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 | 墻??妖?? | 1001101011010100001111110011111110010111011001000011111100111111 | 9ad43f3f97643f3f |
EUC-JP | 墻??妖?? | 1101010011010110001111110011111111001101110001010011111100111111 | d4d63f3fcdc53f3f |
UTF-8 | 墻썲ㅁ妖녻나 | 111001011010001010111011111011001000110110110010111000111000010110000001111001011010011010010110111010111000010110111011111010111000001010011000 | e5a2bbec8db2e38581e5a696eb85bbeb8298 |
UHC | 墻썲ㅁ妖녻나 | 111011011101111110111101111001011010010010110001111010001110110110000110111010001011001110101010 | eddfbde5a4b1e8ed86e8b3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)