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 | 10011111111001111001111111110011011111010111011010011111111001111001111111110011011111010111011001000010 | 9fe79ff37d769fe79ff37d7642 |
EUC-JP | 溽灌}v溽灌}vB | 11011110111010011101111011110101011111010111011011011110111010011101111011110101011111010111011001000010 | dee9def57d76dee9def57d7642 |
UTF-8 | 溽灌}v溽灌}vB | 1110011010111010101111011110011110000001100011000111110101110110111001101011101010111101111001111000000110001100011111010111011001000010 | e6babde7818c7d76e6babde7818c7d7642 |
UHC | ?灌}v?灌}vB | 0011111111001110101101000111110101110110001111111100111010110100011111010111011001000010 | 3fceb47d763fceb47d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)