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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繹?世? | 111000111000100000111111100100001010001000111111 | e3883f90a23f |
EUC-JP | 繹墉世? | 1110010111101000100011111011100010111111110000001010010000111111 | e5e88fb8bfc0a43f |
UTF-8 | 繹墉世왲 | 111001111011100110111001111001011010001010001001111001001011100010010110111011001001100110110010 | e7b9b9e5a289e4b896ec99b2 |
UHC | 繹墉世왲 | 1110011010111010111010011011101011100001101001101001111011011000 | e6bae9bae1a69ed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)