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 | 尺蛇斜室 | 1000111011011010100011101101011010001110110011101000111010111010 | 8eda8ed68ece8eba |
EUC-JP | 尺蛇斜室 | 1011110011011100101111001101100010111100110100001011110010111100 | bcdcbcd8bcd0bcbc |
UTF-8 | 尺蛇斜室 | 111001011011000010111010111010001001101110000111111001101001011010011100111001011010111010100100 | e5b0bae89b87e6969ce5aea4 |
UHC | 尺蛇斜室 | 1111010010101001110111101110111111011110110110001110001111111000 | f4a9deefded8e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)