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 | 屍?? | 10001110011100100011111100111111 | 8e723f3f |
EUC-JP | 屍?? | 10111011110100110011111100111111 | bbd33f3f |
UTF-8 | 屍굢궩 | 111001011011000110001101111010101011010110100010111010101011011010101001 | e5b18deab5a2eab6a9 |
UHC | 屍굢궩 | 111000111011101110000010100010011000001010111011 | e3bb828982bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)