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 | 搖??游?? | 1001110110001010001111110011111110011111111000000011111100111111 | 9d8a3f3f9fe03f3f |
EUC-JP | 搖??游?? | 1101100111101010001111110011111111011110111000100011111100111111 | d9ea3f3fdee23f3f |
UTF-8 | 搖깅ㅏ游썹댚 | 111001101001000010010110111010101011100110000101111000111000010110001111111001101011100010111000111011001000110110111001111010111000110010011010 | e69096eab985e3858fe6b8b8ec8db9eb8c9a |
UHC | 搖깅ㅏ游썹댚 | 111010001111010010110001111010111010010010111111111010101111110110111101111001111000100010111110 | e8f4b1eba4bfeafdbde788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)