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 | 氈?疑?適? | 100111111000000100111111100010110101111000111111100100110100101100111111 | 9f813f8b5e3f934b3f |
EUC-JP | 氈?疑?適? | 110111011110000100111111101101011011111100111111110001011010110000111111 | dde13fb5bf3fc5ac3f |
UTF-8 | 氈렕疑렒適렏 | 111001101011000010001000111010111010000010010101111001111001011010010001111010111010000010010010111010011000000110101001111010111010000010001111 | e6b088eba095e79691eba092e981a9eba08f |
UHC | 氈렕疑렒適렏 | 111011101111110110001110101010101110101111110111100011101010011111101110111010101000111010100101 | eefd8eaaebf78ea7eeea8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)