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 | ???}? | 0011111100111111001111110111110100111111 | 3f3f3f7d3f |
SJIS-WIN | ?泥?}? | 001111111001001101000100001111110111110100111111 | 3f93443f7d3f |
EUC-JP | ?泥?}? | 001111111100010110100101001111110111110100111111 | 3fc5a53f7d3f |
UTF-8 | 룵泥펐}룵 | 11101011101000111011010111100110101100111010010111101101100011101001000001111101111010111010001110110101 | eba3b5e6b3a5ed8e907deba3b5 |
UHC | 룵泥펐}룵 | 100011111010101011010010111110101100011011100010011111011000111110101010 | 8faad2fac6e27d8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)