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 | 韈崎ウ」鬪 | 1110100011100111100011011110100010110011101000111110100110101010 | e8e78de8b3a3e9aa |
EUC-JP | 韈崎ウ」鬪 | 11110000111010011011101011101010100011101011001110001110101000111111001010101100 | f0e9baea8eb38ea3f2ac |
UTF-8 | 韈崎ウ」鬪 | 111010011001111110001000111001011011010010001110111011111011110110110011111011111011110110100011111010011010110010101010 | e99f88e5b48eefbdb3efbda3e9acaa |
UHC | ?崎??鬪 | 00111111110100001111100000111111001111111111011111100011 | 3fd0f83f3ff7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)