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 | 騾カ蟷苓姐 | 111010011000000010110110111001011011100110010111111010001000100010110111 | e980b6e5b997e888b7 |
EUC-JP | 騾カ蟷苓姐 | 11110001111000001000111010110110111010101011101111001110111010101011000010111001 | f1e08eb6eabbceeab0b9 |
UTF-8 | 騾カ蟷苓姐 | 111010011010100010111110111011111011110110110110111010001001111110110111111010001000101110010011111001011010011110010000 | e9a8beefbdb6e89fb7e88b93e5a790 |
UHC | ????姐 | 001111110011111100111111001111111110111010111011 | 3f3f3f3feebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)