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 | ??P??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
SJIS-WIN | ??P趙?? | 00111111001111110101000011100110111000100011111100111111 | 3f3f50e6e23f3f |
EUC-JP | ??P趙?? | 00111111001111110101000011101100111001000011111100111111 | 3f3f50ece43f3f |
UTF-8 | 亐렕P趙흑렮 | 11100100101110101001000011101011101000001001010101010000111010001011011010011001111011011001110110010001111010111010000010101110 | e4ba90eba09550e8b699ed9d91eba0ae |
UHC | 亐렕P趙흑렮 | 1110101010100111100011101010101001010000111100001110000111001000111001101000111010111011 | eaa78eaa50f0e1c8e68ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)