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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 倭??兀??\ | 100110000110000000111111001111111001100101011001001111110011111101011100 | 98603f3f99593f3f5c |
EUC-JP | 倭??兀??\ | 110011111100000100111111001111111101000110111010001111110011111101011100 | cfc13f3fd1ba3f3f5c |
UTF-8 | 倭듸슛兀믭쉑\ | 11100101100000001010110111101011100100111011100011101100100010101001101111100101100001011000000011101011101011111010110111101100100010011001000101011100 | e580adeb93b8ec8a9be58580ebafadec89915c |
UHC | 倭듸슛兀믭쉑\ | 11101000110111101011010111101111101111011011100011101000101101001001001011101111101111011010011101011100 | e8deb5efbdb8e8b492efbda75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)