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 | 迺吃迺 | 111001111001001010001011011010001110011110010010 | e7928b68e792 |
EUC-JP | 迺吃迺 | 111011011111001010110101110010011110110111110010 | edf2b5c9edf2 |
UTF-8 | 迺吃迺 | 111010001011111110111010111001011001000010000011111010001011111110111010 | e8bfbae59083e8bfba |
UHC | ?吃? | 00111111111111011101111000111111 | 3ffdde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)