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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 燿????? | 11100000101000000011111100111111001111110011111100111111 | e0a03f3f3f3f3f |
EUC-JP | 燿????? | 11100000101000100011111100111111001111110011111100111111 | e0a23f3f3f3f3f |
UTF-8 | 燿╈닽掠먪깹 | 111001111000011110111111111000101001010110001000111010111000101110111101111011111010010110110101111010111010100010101010111010101011100110111001 | e787bfe29588eb8bbdefa5b5eba8aaeab9b9 |
UHC | 燿╈닽掠먪깹 | 111010001111110010100110111000101000100010101011111001011011000110010000111001111011001010100001 | e8fca6e288abe5b190e7b2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)