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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 縊??猥る? | 111000110110111100111111001111111110000011001110100000101110100100111111 | e36f3f3fe0ce82e93f |
EUC-JP | 縊??猥る? | 111001011101000000111111001111111110000011010000101001001110101100111111 | e5d03f3fe0d0a4eb3f |
UTF-8 | 縊뗫젎猥る젇 | 111001111011100010001010111010111001011110101011111011001010000010001110111001111000110010100101111000111000001010001011111011001010000010000111 | e7b88aeb97abeca08ee78ca5e3828beca087 |
UHC | 縊뗫젎猥る젇 | 111001001111110010001011111010111010000010001111111010001110010110101010111010111010000010001010 | e4fc8beba08fe8e5aaeba08a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)