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 | ?_???_??^ | 001111110101111100111111001111110011111101011111001111110011111101011110 | 3f5f3f3f3f5f3f3f5e |
SJIS-WIN | ?_???_??^ | 001111110101111100111111001111110011111101011111001111110011111101011110 | 3f5f3f3f3f5f3f3f5e |
EUC-JP | ?_???_??^ | 001111110101111100111111001111110011111101011111001111110011111101011110 | 3f5f3f3f3f5f3f3f5e |
UTF-8 | 혖_혖짙혖_혖짙^ | 111011011001100010010110010111111110110110011000100101101110110010100111100110011110110110011000100101100101111111101101100110001001011011101100101001111001100101011110 | ed98965fed9896eca799ed98965fed9896eca7995e |
UHC | 혖_혖짙혖_혖짙^ | 110000101000000101011111110000101000000111000010101000111100001010000001010111111100001010000001110000101010001101011110 | c2815fc281c2a3c2815fc281c2a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)