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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????班 | 001111110011111100111111001111111001010011000111 | 3f3f3f3f94c7 |
EUC-JP | 澔???班 | 1000111111001000111011000011111100111111001111111100100011001001 | 8fc8ec3f3f3fc8c9 |
UTF-8 | 澔먁렯뤊班 | 111001101011111010010100111010111010100010000001111010111010000010101111111010111010010010001010111001111000111110101101 | e6be94eba881eba0afeba48ae78fad |
UHC | 澔먁렯뤊班 | 11111011110010111011100011010000100011101011110010001111101110101101101011101100 | fbcbb8d08ebc8fbadaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)