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 | 屍됥랼 | 111001011011000110001101111010111001000010100101111010111001111010111100 | e5b18deb90a5eb9ebc |
UHC | 屍됥랼 | 111000111011101110001001111000111000111001010101 | e3bb89e38e55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)