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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | Β`Β`^ | 100000111010000010000001010011011000001110100000100000010100110101011110 | 83a0814d83a0814d5e |
EUC-JP | Β`Β`^ | 101001101010001010100001101011101010011010100010101000011010111001011110 | a6a2a1aea6a2a1ae5e |
UTF-8 | Β`Β`^ | 1100111010010010111011111011110110000000110011101001001011101111101111011000000001011110 | ce92efbd80ce92efbd805e |
UHC | Β`Β`^ | 101001011100001010100011111000001010010111000010101000111110000001011110 | a5c2a3e0a5c2a3e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)