To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??煬? | 0011111100111111111000001000110000111111 | 3f3fe08c3f |
EUC-JP | ??煬? | 0011111100111111110111111110110000111111 | 3f3fdfec3f |
UTF-8 | 瑥렢煬瑥 | 111001111001000110100101111010111010000010100010111001111000010110101100111001111001000110100101 | e791a5eba0a2e785ace791a5 |
UHC | 瑥렢煬瑥 | 1110100010101111100011101011001111100101110010011110100010101111 | e8af8eb3e5c9e8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)