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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 襄?i襄?iB | 111001011111010100111111011010011110010111110101001111110110100101000010 | e5f53f69e5f53f6942 |
EUC-JP | 襄?i襄?iB | 111010101111011100111111011010011110101011110111001111110110100101000010 | eaf73f69eaf73f6942 |
UTF-8 | 襄성i襄성iB | 111010001010010110000100111011001000010010110001011010011110100010100101100001001110110010000100101100010110100101000010 | e8a584ec84b169e8a584ec84b16942 |
UHC | 襄성i襄성iB | 1110010111010001101111001011101001101001111001011101000110111100101110100110100101000010 | e5d1bcba69e5d1bcba6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)