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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | ?刎}v?刎}vB | 0011111110011001100001100111110101110110001111111001100110000110011111010111011001000010 | 3f99867d763f99867d7642 |
EUC-JP | ?刎}v?刎}vB | 0011111111010001111001100111110101110110001111111101000111100110011111010111011001000010 | 3fd1e67d763fd1e67d7642 |
UTF-8 | 뤒刎}v뤒刎}vB | 1110101110100100100100101110010110001000100011100111110101110110111010111010010010010010111001011000100010001110011111010111011001000010 | eba492e5888e7d76eba492e5888e7d7642 |
UHC | 뤒刎}v뤒刎}vB | 10001111110000101101100111111011011111010111011010001111110000101101100111111011011111010111011001000010 | 8fc2d9fb7d768fc2d9fb7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)