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 | 0011111110010000101010000111110101110110001111111001000010101000011111010111011001000010 | 3f90a87d763f90a87d7642 |
EUC-JP | ?勢}v?勢}vB | 0011111111000000101010100111110101110110001111111100000010101010011111010111011001000010 | 3fc0aa7d763fc0aa7d7642 |
UTF-8 | 룶勢}v룶勢}vB | 1110101110100011101101101110010110001011101000100111110101110110111010111010001110110110111001011000101110100010011111010111011001000010 | eba3b6e58ba27d76eba3b6e58ba27d7642 |
UHC | 룶勢}v룶勢}vB | 10001111101010111110000110100111011111010111011010001111101010111110000110100111011111010111011001000010 | 8fabe1a77d768fabe1a77d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)