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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??雄???? | 0011111100111111100101110101100100111111001111110011111100111111 | 3f3f97593f3f3f3f |
EUC-JP | ??雄???? | 0011111100111111110011011011101000111111001111110011111100111111 | 3f3fcdba3f3f3f3f |
UTF-8 | 롘렍雄렕렒롍롕 | 111010111010000110011000111010111010000010001101111010011001101110000100111010111010000010010101111010111010000010010010111010111010000110001101111010111010000110010101 | eba198eba08de99b84eba095eba092eba18deba195 |
UHC | 롘렍雄렕렒롍롕 | 1000111011011100100011101010001111101010101010011000111010101010100011101010011110001110110100111000111011011001 | 8edc8ea3eaa98eaa8ea78ed38ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)