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 | 鈺式弡 | 111110111100010010001110101011101111101010110111 | fbc48eaefab7 |
EUC-JP | 鈺式弡 | 1000111111100011110101011011110010110000100011111011110011100100 | 8fe3d5bcb08fbce4 |
UTF-8 | 鈺式弡 | 111010011000100010111010111001011011110010001111111001011011110010100001 | e988bae5bc8fe5bca1 |
UHC | 鈺式? | 1110100010101101111000111101001000111111 | e8ade3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)