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 | 001111110011111111101000101101000011111110010000111100000011111101000010 | 3f3fe8b43f90f03f42 |
EUC-JP | 塡?雍?栓?B | 1000111110111000101101000011111111110000101101100011111111000000111100100011111101000010 | 8fb8b43ff0b63fc0f23f42 |
UTF-8 | 塡렣雍렏栓렎B | 11100101101000011010000111101011101000001010001111101001100110111000110111101011101000001000111111100110101000001001001111101011101000001000111001000010 | e5a1a1eba0a3e99b8deba08fe6a093eba08e42 |
UHC | 塡렣雍렏栓렎B | 11101110111100111000111010110100111010001011110010001110101001011110111011111011100011101010010001000010 | eef38eb4e8bc8ea5eefb8ea442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)