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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 胡?ぉ?? | 10001100110100110011111110000010101001110011111100111111 | 8cd33f82a73f3f |
EUC-JP | 胡?ぉ?? | 10111000110101010011111110100100101010010011111100111111 | b8d53fa4a93f3f |
UTF-8 | 胡퀭ぉ렟灐 | 111010001000001110100001111011011000000010101101111000111000000110001001111010111010000010011111111001111000000110010000 | e883a1ed80ade38189eba09fe78190 |
UHC | 胡퀭ぉ렟灐 | 11111011110101111100010011111010101010101010100110001110101100001111101110100101 | fbd7c4faaaa98eb0fba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)