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 | 載肆糾 | 100011011101101011100011111001101000101110001010 | 8ddae3e68b8a |
EUC-JP | 載肆糾 | 101110101101110011100110111010001011010111101010 | badce6e8b5ea |
UTF-8 | 載肆糾 | 111010001011110010001001111010001000001010000110111001111011001110111110 | e8bc89e88286e7b3be |
UHC | 載肆糾 | 111011101011000011011110111010111101000010101100 | eeb0deebd0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)