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 | 褸種悪 | 111001011111100010001110111011011000100010101011 | e5f88eed88ab |
EUC-JP | 褸種悪 | 111010101111101010111100111011111011000010101101 | eafabcefb0ad |
UTF-8 | 褸種悪 | 111010001010010010111000111001111010100010101110111001101000001010101010 | e8a4b8e7a8aee682aa |
UHC | 褸種? | 1101011110101110111100001111101000111111 | d7aef0fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)