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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 多洩族 | 100100011011110110001001011010111001000110110000 | 91bd896b91b0 |
EUC-JP | 多洩族 | 110000101011111110110001110011001100001010110010 | c2bfb1ccc2b2 |
UTF-8 | 多洩族 | 111001011010010010011010111001101011010010101001111001101001011110001111 | e5a49ae6b4a9e6978f |
UHC | 多洩族 | 110100101111110111100000110111011111000011101001 | d2fde0ddf0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)