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 | 贖∽音聳 | 1110011011011100100000011110010010001001101110011110001111011110 | e6dc81e489b9e3de |
EUC-JP | 贖∽音聳 | 1110110011011110101000101110011010110010101110111110011011100000 | ecdea2e6b2bbe6e0 |
UTF-8 | 贖∽音聳 | 111010001011010010010110111000101000100010111101111010011001111110110011111010001000000110110011 | e8b496e288bde99fb3e881b3 |
UHC | 贖∽音聳 | 1110000111011011101000011110111111101011111001011110100111000110 | e1dba1efebe5e9c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)