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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???獄?? | 00111111001111110011111110001101100101100011111100111111 | 3f3f3f8d963f3f |
EUC-JP | 縕??獄?? | 100011111101010011000010001111110011111110111001111101100011111100111111 | 8fd4c23f3fb9f63f3f |
UTF-8 | 縕됵쉥獄뤄쉰 | 111001111011100010010101111010111001000010110101111011001000100110100101111001111000110110000100111010111010010010000100111011001000100110110000 | e7b895eb90b5ec89a5e78d84eba484ec89b0 |
UHC | 縕됵쉥獄뤄쉰 | 111010001011001010001001111011111011110110101011111010001010101110110111111011111011110110101110 | e8b289efbdabe8abb7efbdae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)