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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 恙?恙?^ | 10011100100110010011111110011100100110010011111101011110 | 9c993f9c993f5e |
EUC-JP | 恙?恙?^ | 11010111111110010011111111010111111110010011111101011110 | d7f93fd7f93f5e |
UTF-8 | 恙뛆恙뛆^ | 11100110100000011001100111101011100110111000011011100110100000011001100111101011100110111000011001011110 | e68199eb9b86e68199eb9b865e |
UHC | 恙뛆恙뛆^ | 111001011011111110001101010001001110010110111111100011010100010001011110 | e5bf8d44e5bf8d445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)