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 | ???肉? | 001111110011111100111111100100111111011100111111 | 3f3f3f93f73f |
EUC-JP | ???肉? | 001111110011111100111111110001101111100100111111 | 3f3f3fc6f93f |
UTF-8 | 列룸벊肉껯 | 111011111010011010011100111010111010001110111000111010111011001010001010111010001000001010001001111010101011101110101111 | efa69ceba3b8ebb28ae88289eabbaf |
UHC | 列룸벊肉껯 | 11100110111010101011011111101011100100111010110111101011101111111000010001000111 | e6eab7eb93adebbf8447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)