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 | ?癰?? | 0011111111100001100111100011111100111111 | 3fe19e3f3f |
EUC-JP | ?癰?? | 0011111111100001111111100011111100111111 | 3fe1fe3f3f |
UTF-8 | 큇癰뺟큲 | 111011011000000110000111111001111001100110110000111010111011101010011111111011011000000110110010 | ed8187e799b0ebba9fed81b2 |
UHC | 큇癰뺟큲 | 1100010110100011111010001011100110010101111001111011010010000010 | c5a3e8b995e7b482 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)