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 | 蟻蓑?? | 100010110110000110010110101010100011111100111111 | 8b6196aa3f3f |
EUC-JP | 蟻蓑?? | 101101011100001011001100101011000011111100111111 | b5c2ccac3f3f |
UTF-8 | 蟻蓑렋렛 | 111010001001111110111011111010001001001110010001111010111010000010001011111010111010000010011011 | e89fbbe89391eba08beba09b |
UHC | 蟻蓑렋렛 | 1110101111111100110111101110111010001110101000101011011110111111 | ebfcdeee8ea2b7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)