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 | ???c??? | 00111111001111110011111101100011001111110011111100111111 | 3f3f3f633f3f3f |
SJIS-WIN | 懊??c??? | 1001110011100011001111110011111101100011001111110011111100111111 | 9ce33f3f633f3f3f |
EUC-JP | 懊??c??? | 1101100011100101001111110011111101100011001111110011111100111111 | d8e53f3f633f3f3f |
UTF-8 | 懊볥젡c凉붾젧 | 11100110100001111000101011101011101100111010010111101100101000001010000101100011111011111010010110111001111010111011011010111110111011001010000010100111 | e6878aebb3a5eca0a163efa5b9ebb6beeca0a7 |
UHC | 懊볥젡c凉붾젧 | 11100111111110001001001111101011101000001001101001100011111001011011110010010100111010111010000010011111 | e7f893eba09a63e5bc94eba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)