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 | 癲??釉ο? | 111000011001111100111111001111111110011111010110100000111100110100111111 | e19f3f3fe7d683cd3f |
EUC-JP | 癲??釉ο? | 111000101010000100111111001111111110111011011000101001101100111100111111 | e2a13f3feed8a6cf3f |
UTF-8 | 癲욋뮫釉ο쭓 | 1110011110011001101100101110110010011010100010111110101110101110101010111110100110000111100010011100111010111111111011001010110110010011 | e799b2ec9a8bebaeabe98789cebfecad93 |
UHC | 癲욋뮫釉ο쭓 | 111011111010011010111111111000101001001010110101111010111011100010100101111011111010011110001011 | efa6bfe292b5ebb8a5efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)