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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 孖雫寘自 | 1111101010100110100011101011010011111010101010011000111010101001 | faa68eb4faa98ea9 |
EUC-JP | 孖雫寘自 | 10001111101110101011111010111100101101101000111110111010111000011011110010101011 | 8fbabebcb68fbae1bcab |
UTF-8 | 孖雫寘自 | 111001011010110110010110111010011001101110101011111001011010111110011000111010001000011110101010 | e5ad96e99babe5af98e887aa |
UHC | ???自 | 0011111100111111001111111110110110111011 | 3f3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)