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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 尺蛇斜 | 100011101101101010001110110101101000111011001110 | 8eda8ed68ece |
EUC-JP | 尺蛇斜 | 101111001101110010111100110110001011110011010000 | bcdcbcd8bcd0 |
UTF-8 | 尺蛇斜 | 111001011011000010111010111010001001101110000111111001101001011010011100 | e5b0bae89b87e6969c |
UHC | 尺蛇斜 | 111101001010100111011110111011111101111011011000 | f4a9deefded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)