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 | 苟企す | 111001001001000110001010111010011000001010110111 | e4918ae982b7 |
EUC-JP | 苟企す | 111001111111000110110100111010111010010010111001 | e7f1b4eba4b9 |
UTF-8 | 苟企す | 111010001000101110011111111001001011110010000001111000111000000110011001 | e88b9fe4bc81e38199 |
UHC | 苟企す | 110011111100001011010000111010101010101010111001 | cfc2d0eaaab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)