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 | ????G? | 001111110011111100111111001111110100011100111111 | 3f3f3f3f473f |
SJIS-WIN | ??ヘ∵G? | 0011111100111111100000110111011110000001111001100100011100111111 | 3f3f837781e6473f |
EUC-JP | ??ヘ∵G? | 0011111100111111101001011101100010100010111010000100011100111111 | 3f3fa5d8a2e8473f |
UTF-8 | 룶찋ヘ∵G룶 | 11101011101000111011011011101100101100001000101111100011100000111001100011100010100010001011010101000111111010111010001110110110 | eba3b6ecb08be38398e288b547eba3b6 |
UHC | 룶찋ヘ∵G룶 | 1000111110101011101010011000111110101011110110001010000111110001010001111000111110101011 | 8faba98fabd8a1f1478fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)