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 | 席?? | 10010000110010000011111100111111 | 90c83f3f |
EUC-JP | 席?? | 11000000110010100011111100111111 | c0ca3f3f |
UTF-8 | 席렯렿 | 111001011011100010101101111010111010000010101111111010111010000010111111 | e5b8adeba0afeba0bf |
UHC | 席렯렿 | 111000001010110010001110101111001000111011000111 | e0ac8ebc8ec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)