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 | 陰μ?淫?? | 100010010100000110000011110010100011111110001000111110100011111100111111 | 894183ca3f88fa3f3f |
EUC-JP | 陰μ?淫?? | 101100011010001010100110110011000011111110110000111111000011111100111111 | b1a2a6cc3fb0fc3f3f |
UTF-8 | 陰μ뀞淫깆뀑 | 1110100110011001101100001100111010111100111010111000000010011110111001101011011110101011111010101011100110000110111010111000000010010001 | e999b0cebceb809ee6b7abeab986eb8091 |
UHC | 陰μ뀞淫깆뀑 | 111010111110010010100101111011001000010110010101111010111110001010110001111011001000010110001011 | ebe4a5ec8595ebe2b1ec858b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)