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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 上眈ャ硝 | 10001111111000111110000110111100101011001000111111001001 | 8fe3e1bcac8fc9 |
EUC-JP | 上眈ャ硝 | 1011111011100101111000101011111010001110101011001011111011001011 | bee5e2be8eacbecb |
UTF-8 | 上眈ャ硝 | 111001001011100010001010111001111001110010001000111011111011110110101100111001111010000110011101 | e4b88ae79c88efbdace7a19d |
UHC | 上眈?硝 | 11011111101111101111011110101111001111111111010110100110 | dfbef7af3ff5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)