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 | ???慾 | 0011111100111111001111111001011101111100 | 3f3f3f977c |
EUC-JP | 縕??慾 | 10001111110101001100001000111111001111111100110111011101 | 8fd4c23f3fcddd |
UTF-8 | 縕끾닰慾 | 111001111011100010010101111010111000000110111110111010111000101110110000111001101000010110111110 | e7b895eb81beeb8bb0e685be |
UHC | 縕끾닰慾 | 1110100010110010100001011110011010001000101001101110100110101111 | e8b285e688a6e9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)