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 | 尺蛇渉ク | 10001110110110101000111011010110100011111100001010111000 | 8eda8ed68fc2b8 |
EUC-JP | 尺蛇渉ク | 1011110011011100101111001101100010111110110001001000111010111000 | bcdcbcd8bec48eb8 |
UTF-8 | 尺蛇渉ク | 111001011011000010111010111010001001101110000111111001101011100010001001111011111011110110111000 | e5b0bae89b87e6b889efbdb8 |
UHC | 尺蛇?? | 111101001010100111011110111011110011111100111111 | f4a9deef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)