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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??掖??掖^ | 001111110011111110011101011101000011111100111111100111010111010001011110 | 3f3f9d743f3f9d745e |
EUC-JP | ??掖??掖^ | 001111110011111111011001110101010011111100111111110110011101010101011110 | 3f3fd9d53f3fd9d55e |
UTF-8 | 롆렋掖롆렋掖^ | 11101011101000011000011011101011101000001000101111100110100011101001011011101011101000011000011011101011101000001000101111100110100011101001011001011110 | eba186eba08be68e96eba186eba08be68e965e |
UHC | 롆렋掖롆렋掖^ | 10001110110011001000111010100010111001001111101010001110110011001000111010100010111001001111101001011110 | 8ecc8ea2e4fa8ecc8ea2e4fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)