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 | 111001111011001010111001011010011110011110110010101110010110100101000010 | e7b2b969e7b2b96942 |
EUC-JP | 邊ケi邊ケiB | 1110111010110100100011101011100101101001111011101011010010001110101110010110100101000010 | eeb48eb969eeb48eb96942 |
UTF-8 | 邊ケi邊ケiB | 111010011000001010001010111011111011110110111001011010011110100110000010100010101110111110111101101110010110100101000010 | e9828aefbdb969e9828aefbdb96942 |
UHC | 邊?i邊?iB | 110111001010101100111111011010011101110010101011001111110110100101000010 | dcab3f69dcab3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)