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 | 蛇勺斜褸 | 1000111011010110100011101101100110001110110011101110010111111000 | 8ed68ed98ecee5f8 |
EUC-JP | 蛇勺斜褸 | 1011110011011000101111001101101110111100110100001110101011111010 | bcd8bcdbbcd0eafa |
UTF-8 | 蛇勺斜褸 | 111010001001101110000111111001011000101110111010111001101001011010011100111010001010010010111000 | e89b87e58bbae6969ce8a4b8 |
UHC | 蛇勺斜褸 | 1101111011101111111011011100001111011110110110001101011110101110 | deefedc3ded8d7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)