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 | ??1節?? | 0011111100111111100000100101000010010000110111110011111100111111 | 3f3f825090df3f3f |
EUC-JP | ??1節?? | 0011111100111111101000111011000111000000111000010011111100111111 | 3f3fa3b1c0e13f3f |
UTF-8 | 溫뽩1節븝슝 | 111001101011101010101011111010111011110110101001111011111011110010010001111001111010111110000000111010111011100010011101111011001000101010011101 | e6baabebbda9efbc91e7af80ebb89dec8a9d |
UHC | 溫뽩1節븝슝 | 111010001010111010010110111001011010001110110001111011111011110110111010111011111011110110111001 | e8ae96e5a3b1efbdbaefbdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)