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 | äóZè] | 1110010011110011100000111000111110001111010110101110100001011101 | e4f3838f8f5ae85d |
SJIS-WIN | ?????Z?] | 0011111100111111001111110011111100111111010110100011111101011101 | 3f3f3f3f3f5a3f5d |
EUC-JP | äó???Zè] | 1000111110101011101000111000111110101011110100010011111100111111001111110101101010001111101010111011001001011101 | 8faba38fabd13f3f3f5a8fabb25d |
UTF-8 | äóZè] | 1100001110100100110000111011001111000010100000111100001010001111110000101000111101011010110000111010100001011101 | c3a4c3b3c283c28fc28f5ac3a85d |
UHC | ?????Z?] | 0011111100111111001111110011111100111111010110100011111101011101 | 3f3f3f3f3f5a3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)