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 | ’?丹踪 | 10000001011001100011111110010010010011111110011101001000 | 81663f924fe748 |
EUC-JP | ’?丹踪 | 10100001110001110011111111000011101100001110110110101001 | a1c73fc3b0eda9 |
UTF-8 | ’룶丹踪 | 111000101000000010011001111010111010001110110110111001001011100010111001111010001011100010101010 | e28099eba3b6e4b8b9e8b8aa |
UHC | ’룶丹踪 | 1010000110101111100011111010101111010011101000011111000110100001 | a1af8fabd3a1f1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)