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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 耀??油?^ | 1001011101110011001111110011111110010110111110110011111101011110 | 97733f3f96fb3f5e |
EUC-JP | 耀??油?^ | 1100110111010100001111110011111111001100111111010011111101011110 | cdd43f3fccfd3f5e |
UTF-8 | 耀믩ㅉ油쩯^ | 11101000100000001000000011101011101011111010100111100011100001011000100111100110101100101011100111101100101010011010111101011110 | e88080ebafa9e38589e6b2b9eca9af5e |
UHC | 耀믩ㅉ油쩯^ | 1110100110100101100100101110101110100100101110011110101011111010101001010110010101011110 | e9a592eba4b9eafaa5655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)