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 | 燿?? | 11100000101000000011111100111111 | e0a03f3f |
EUC-JP | 燿?? | 11100000101000100011111100111111 | e0a23f3f |
UTF-8 | 燿먧튋 | 111001111000011110111111111010111010100010100111111011011000101010001011 | e787bfeba8a7ed8a8b |
UHC | 燿먧튋 | 111010001111110010010000111001001011100110011111 | e8fc90e4b99f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)