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 | ???依ο? | 0011111100111111001111111000100011001011100000111100110100111111 | 3f3f3f88cb83cd3f |
EUC-JP | ???依ο? | 0011111100111111001111111011000011001101101001101100111100111111 | 3f3f3fb0cda6cf3f |
UTF-8 | 嶺쎈㈃依ο쫫 | 1110111110100110101010111110110010001110100010001110001110001000100000111110010010111110100111011100111010111111111011001010101110101011 | efa6abec8e88e38883e4be9dcebfecabab |
UHC | 嶺쎈㈃依ο쫫 | 111001111010110110111101111010111010100110110100111010111110111010100101111011111010011010000100 | e7adbdeba9b4ebeea5efa684 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)