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 | 邊「蜿ア蟠ァ | 111001111011001010100010111001011000111110110001111001011011010010100111 | e7b2a2e58fb1e5b4a7 |
EUC-JP | 邊「蜿ア蟠ァ | 111011101011010010001110101000101110100111101111100011101011000111101010101101101000111010100111 | eeb48ea2e9ef8eb1eab68ea7 |
UTF-8 | 邊「蜿ア蟠ァ | 111010011000001010001010111011111011110110100010111010001001110010111111111011111011110110110001111010001001111110100000111011111011110110100111 | e9828aefbda2e89cbfefbdb1e89fa0efbda7 |
UHC | 邊???蟠? | 1101110010101011001111110011111100111111110110101111011000111111 | dcab3f3f3fdaf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)