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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燿???? | 111000001010000000111111001111110011111100111111 | e0a03f3f3f3f |
EUC-JP | 燿???? | 111000001010001000111111001111110011111100111111 | e0a23f3f3f3f |
UTF-8 | 燿쒍툧亮뀐 | 111001111000011110111111111011001001001010001101111011011000100010100111111011111010010110110111111010111000000010010000 | e787bfec928ded88a7efa5b7eb8090 |
UHC | 燿쒍툧亮뀐 | 11101000111111001001110011100100101110001001111011100101101110011011001011101111 | e8fc9ce4b89ee5b9b2ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)