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 | ??E??G | 001111110011111101000101001111110011111101000111 | 3f3f453f3f47 |
SJIS-WIN | ??E??G | 001111110011111101000101001111110011111101000111 | 3f3f453f3f47 |
EUC-JP | ??E??G | 001111110011111101000101001111110011111101000111 | 3f3f453f3f47 |
UTF-8 | 룵句E룶句G | 1110101110100011101101011110111110100100100001100100010111101011101000111011011011101111101001001000011001000111 | eba3b5efa48645eba3b6efa48647 |
UHC | 룵句E룶句G | 10001111101010101100111111111011010001011000111110101011110011111111101101000111 | 8faacffb458fabcffb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)