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 | 胡?ぉ? | 100011001101001100111111100000101010011100111111 | 8cd33f82a73f |
EUC-JP | 胡?ぉ? | 101110001101010100111111101001001010100100111111 | b8d53fa4a93f |
UTF-8 | 胡퀭ぉ렠 | 111010001000001110100001111011011000000010101101111000111000000110001001111010111010000010100000 | e883a1ed80ade38189eba0a0 |
UHC | 胡퀭ぉ렠 | 1111101111010111110001001111101010101010101010011000111010110001 | fbd7c4faaaa98eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)