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 | 燿①?淳θ? | 11100000101000001000011101000000001111111000111101111110100000111100011000111111 | e0a087403f8f7e83c63f |
EUC-JP | 燿??淳θ? | 111000001010001000111111001111111011110111011111101001101100100000111111 | e0a23f3fbddfa6c83f |
UTF-8 | 燿①뵽淳θ렆 | 1110011110000111101111111110001010010001101000001110101110110101101111011110011010110111101100111100111010111000111010111010000010000110 | e787bfe291a0ebb5bde6b7b3ceb8eba086 |
UHC | 燿①뵽淳θ렆 | 111010001111110010101000111001111001010010111011111000101110100010100101111010001000111010100000 | e8fca8e794bbe2e8a5e88ea0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)