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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 帳??帳??F | 100100101010000000111111001111111001001010100000001111110011111101000110 | 92a03f3f92a03f3f46 |
EUC-JP | 帳??帳??F | 110001001010001000111111001111111100010010100010001111110011111101000110 | c4a23f3fc4a23f3f46 |
UTF-8 | 帳쎾뤀帳앯ㅊF | 11100101101110001011001111101100100011101011111011101011101001001000000011100101101110001011001111101100100101011010111111100011100001011000101001000110 | e5b8b3ec8ebeeba480e5b8b3ec95afe3858a46 |
UHC | 帳쎾뤀帳앯ㅊF | 11101101111000111001101111100101100011111011000111101101111000111001110111100111101001001011101001000110 | ede39be58fb1ede39de7a4ba46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)