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?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
SJIS-WIN | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
EUC-JP | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
UTF-8 | 묹뭑뫆Z묿뫜 | 11101011101011001011100111101011101011011001000111101011101010111000011001011010111010111010110010111111111010111010101110011100 | ebacb9ebad91ebab865aebacbfebab9c |
UHC | 묹뭑뫆Z묿뫜 | 1001001001001100100100100101100110010001101010010101101010010010010011101001000110111100 | 924c925991a95a924e91bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)