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 | 螻具スろп | 111001011011000110001011111011111011110110000010111010111000010010000001 | e5b18befbd82eb8481 |
EUC-JP | 螻具スろп | 11101010101100111011011011110001100011101011110110100100111011011010011111100001 | eab3b6f18ebda4eda7e1 |
UTF-8 | 螻具スろп | 1110100010011110101110111110010110000101101101111110111110111101101111011110001110000010100011011101000010111111 | e89ebbe585b7efbdbde3828dd0bf |
UHC | ?具?ろп | 0011111111001110111111010011111110101010111011011010110011100001 | 3fcefd3faaedace1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)