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 | 支?? | 10001110011110000011111100111111 | 8e783f3f |
EUC-JP | 支?? | 10111011110110010011111100111111 | bbd93f3f |
UTF-8 | 支렜行 | 111001101001010010101111111010111010000010011100111011111010100010001000 | e694afeba09cefa888 |
UHC | 支렜行 | 111100101010100010001110101011101111101010100001 | f2a88eaefaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)