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 | 雫莎尺 | 100011101011010011100100101100111000111011011010 | 8eb4e4b38eda |
EUC-JP | 雫莎尺 | 101111001011011011101000101101011011110011011100 | bcb6e8b5bcdc |
UTF-8 | 雫莎尺 | 111010011001101110101011111010001000111010001110111001011011000010111010 | e99babe88e8ee5b0ba |
UHC | ?莎尺 | 0011111111011110111011011111010010101001 | 3fdeedf4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)