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 | 爰?璃 | 1110000010100111001111111001011110011110 | e0a73f979e |
EUC-JP | 爰?璃 | 1110000010101001001111111100110111111110 | e0a93fcdfe |
UTF-8 | 爰ㅽ璃 | 111001111000100010110000111000111000010110111101111001111001001010000011 | e788b0e385bde79283 |
UHC | 爰ㅽ璃 | 111010101011101010100100111011011101011111100011 | eabaa4edd7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)