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 | 歪??節у? | 100110000110001100111111001111111001000011011111100001001000010100111111 | 98633f3f90df84853f |
EUC-JP | 歪??節у? | 110011111100010000111111001111111100000011100001101001111110010100111111 | cfc43f3fc0e1a7e53f |
UTF-8 | 歪귟변節у꺽 | 1110011010101101101010101110101010110111100111111110101110110011100000001110011110101111100000001101000110000011111010101011101010111101 | e6adaaeab79febb380e7af80d183eababd |
UHC | 歪귟변節у꺽 | 111010001110000010000010111010001011101010101111111011111011110110101100111001011011001010101001 | e8e082e8baafefbdace5b2a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)