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 | ???ZoBF | 00111111001111110011111101011010011011110100001001000110 | 3f3f3f5a6f4246 |
SJIS-WIN | 峨??ZoBF | 1000100111100011001111110011111101011010011011110100001001000110 | 89e33f3f5a6f4246 |
EUC-JP | 峨??ZoBF | 1011001011100101001111110011111101011010011011110100001001000110 | b2e53f3f5a6f4246 |
UTF-8 | 峨덊뢉ZoBF | 11100101101100111010100011101011100011011000101011101011101000101000100101011010011011110100001001000110 | e5b3a8eb8d8aeba2895a6f4246 |
UHC | 峨덊뢉ZoBF | 11100100101100011000100011101101100011110100010101011010011011110100001001000110 | e4b188ed8f455a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)