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 | 屍굩뢙 | 111001011011000110001101111010101011010110101001111010111010001010011001 | e5b18deab5a9eba299 |
UHC | 屍굩뢙 | 111000111011101110000010100011111000111101010100 | e3bb828f8f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)