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 | ???????} | 0011111100111111001111110011111100111111001111110011111101111101 | 3f3f3f3f3f3f3f7d |
SJIS-WIN | ???????} | 0011111100111111001111110011111100111111001111110011111101111101 | 3f3f3f3f3f3f3f7d |
EUC-JP | ???????} | 0011111100111111001111110011111100111111001111110011111101111101 | 3f3f3f3f3f3f3f7d |
UTF-8 | 묧뫏묰묱묯묨묧} | 11101011101011001010011111101011101010111000111111101011101011001011000011101011101011001011000111101011101011001010111111101011101011001010100011101011101011001010011101111101 | ebaca7ebab8febacb0ebacb1ebacafebaca8ebaca77d |
UHC | 묧뫏묰묱묯묨묧} | 100100011111111010010001101100011001001001000111100100100100100010010010010001101001001001000001100100011111111001111101 | 91fe91b1924792489246924191fe7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)