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 | 譯域刀 | 111001101010000110001000111001101001001110000001 | e6a188e69381 |
EUC-JP | 譯域刀 | 111011001010001110110000111010001100010111100001 | eca3b0e8c5e1 |
UTF-8 | 譯域刀 | 111010001010110110101111111001011001111110011111111001011000100010000000 | e8adafe59f9fe58880 |
UHC | 譯域刀 | 111001101011101111100110101101001101001111101111 | e6bbe6b4d3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)