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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 氈?翁?躁 | 1001111110000001001111111000100110100101001111111110011101001110 | 9f813f89a53fe74e |
EUC-JP | 氈?翁?躁 | 1101110111100001001111111011001010100111001111111110110110101111 | dde13fb2a73fedaf |
UTF-8 | 氈렕翁렡躁 | 111001101011000010001000111010111010000010010101111001111011111110000001111010111010000010100001111010001011101010000001 | e6b088eba095e7bf81eba0a1e8ba81 |
UHC | 氈렕翁렡躁 | 11101110111111011000111010101010111010001011101010001110101100101111000011100010 | eefd8eaae8ba8eb2f0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)