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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 単辿其辿其束 | 100100100101000010010010010010001001000110110100100100100100100010010001101101001001000110101001 | 9250924891b4924891b491a9 |
EUC-JP | 単辿其辿其束 | 110000111011000111000011101010011100001010110110110000111010100111000010101101101100001010101011 | c3b1c3a9c2b6c3a9c2b6c2ab |
UTF-8 | 単辿其辿其束 | 111001011000110110011000111010001011111010111111111001011000010110110110111010001011111010111111111001011000010110110110111001101001110110011111 | e58d98e8bebfe585b6e8bebfe585b6e69d9f |
UHC | ??其?其束 | 001111110011111111010000111011000011111111010000111011001110000111010110 | 3f3fd0ec3fd0ece1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)