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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 訝??耶ヨ?B | 11100110011000100011111100111111100101101110101110000011100010000011111101000010 | e6623f3f96eb83883f42 |
EUC-JP | 訝??耶ヨ?B | 11101011110000110011111100111111110011001110110110100101111010000011111101000010 | ebc33f3fcceda5e83f42 |
UTF-8 | 訝밧끀耶ヨ떨B | 11101000101010001001110111101011101100001010011111101011100000011000000011101000100000001011011011100011100000111010100011101011100101101010100001000010 | e8a89debb0a7eb8180e880b6e383a8eb96a842 |
UHC | 訝밧끀耶ヨ떨B | 11100100101110001011100111100101100001011011011011100101101011011010101111101000101101101011001101000010 | e4b8b9e585b6e5adabe8b6b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)