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 | 苑瓏?葛? | 1000100110010001111000001111101000111111100010101000101100111111 | 8991e0fa3f8a8b3f |
EUC-JP | 苑瓏?葛? | 1011000111110001111000001111110000111111101100111110101100111111 | b1f1e0fc3fb3eb3f |
UTF-8 | 苑瓏렯葛렱 | 111010001000101110010001111001111001001110001111111010111010000010101111111010001001000110011011111010111010000010110001 | e88b91e7938feba0afe8919beba0b1 |
UHC | 苑瓏렯葛렱 | 11101010101111011101011011101010100011101011110011001010111001111000111010111110 | eabdd6ea8ebccae78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)