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? | 0011111100111111001111110011111100111111001111110101101000111111 | 3f3f3f3f3f3f5a3f |
SJIS-WIN | ??????Z? | 0011111100111111001111110011111100111111001111110101101000111111 | 3f3f3f3f3f3f5a3f |
EUC-JP | ??????Z? | 0011111100111111001111110011111100111111001111110101101000111111 | 3f3f3f3f3f3f5a3f |
UTF-8 | 묱뫇몿묿뫛뫌Z묱 | 11101011101011001011000111101011101010111000011111101011101010101011111111101011101011001011111111101011101010111001101111101011101010111000110001011010111010111010110010110001 | ebacb1ebab87ebaabfebacbfebab9bebab8c5aebacb1 |
UHC | 묱뫇몿묿뫛뫌Z묱 | 100100100100100010010001101010101001000110100011100100100100111010010001101110111001000110101110010110101001001001001000 | 924891aa91a3924e91bb91ae5a9248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)