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 | ??c}v??c}vB | 0011111100111111011000110111110101110110001111110011111101100011011111010111011001000010 | 3f3f637d763f3f637d7642 |
SJIS-WIN | モュc}vモュc}vB | 1101001110101101011000110111110101110110110100111010110101100011011111010111011001000010 | d3ad637d76d3ad637d7642 |
EUC-JP | モュc}vモュc}vB | 100011101101001110001110101011010110001101111101011101101000111011010011100011101010110101100011011111010111011001000010 | 8ed38ead637d768ed38ead637d7642 |
UTF-8 | モュc}vモュc}vB | 11101111101111101001001111101111101111011010110101100011011111010111011011101111101111101001001111101111101111011010110101100011011111010111011001000010 | efbe93efbdad637d76efbe93efbdad637d7642 |
UHC | ??c}v??c}vB | 0011111100111111011000110111110101110110001111110011111101100011011111010111011001000010 | 3f3f637d763f3f637d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)