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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謁船昻癌 | 1000100101111001100100010100010011111010110100001000101011100000 | 89799144fad08ae0 |
EUC-JP | 謁船?癌 | 10110001110110101100000110100101001111111011010011100010 | b1dac1a53fb4e2 |
UTF-8 | 謁船昻癌 | 111010001010110010000001111010001000100010111001111001101001100010111011111001111001100110001100 | e8ac81e888b9e698bbe7998c |
UHC | 謁船昻癌 | 1110010011010111111000001100111111100100111010011110010011011111 | e4d7e0cfe4e9e4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)