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 | 毓??歪? | 10011111011110010011111100111111100110000110001100111111 | 9f793f3f98633f |
EUC-JP | 毓??歪? | 11011101110110100011111100111111110011111100010000111111 | ddda3f3fcfc43f |
UTF-8 | 毓몄닪歪탘 | 111001101010111110010011111010111010101010000100111010111000101110101010111001101010110110101010111011011000001110011000 | e6af93ebaa84eb8baae6adaaed8398 |
UHC | 毓몄닪歪탘 | 11101011101111101011100011101100100010001010010111101000111000001011010101111000 | ebbeb8ec88a5e8e0b578 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)