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 | 縊g?? | 111000110110111110000010100001110011111100111111 | e36f82873f3f |
EUC-JP | 縊g?? | 111001011101000010100011111001110011111100111111 | e5d0a3e73f3f |
UTF-8 | 縊g윘隸 | 111001111011100010001010111011111011110110000111111011001001110010011000111011111010011010111000 | e7b88aefbd87ec9c98efa6b8 |
UHC | 縊g윘隸 | 1110010011111100101000111110011110011111100111001110011111100110 | e4fca3e79f9ce7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)