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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蹄???正 | 10010010111110110011111100111111001111111001000010110011 | 92fb3f3f3f90b3 |
EUC-JP | 蹄???正 | 11000100111111010011111100111111001111111100000010110101 | c4fd3f3f3fc0b5 |
UTF-8 | 蹄닻렓렜正 | 111010001011100110000100111010111000101110111011111010111010000010010011111010111010000010011100111001101010110110100011 | e8b984eb8bbbeba093eba09ce6ada3 |
UHC | 蹄닻렓렜正 | 11110000101101001011010011101001100011101010100010001110101011101110111111100001 | f0b4b4e98ea88eaeefe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)