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 | ?P???^ | 001111110101000000111111001111110011111101011110 | 3f503f3f3f5e |
SJIS-WIN | ?P???^ | 001111110101000000111111001111110011111101011110 | 3f503f3f3f5e |
EUC-JP | ?P???^ | 001111110101000000111111001111110011111101011110 | 3f503f3f3f5e |
UTF-8 | 채P혢혞쨉^ | 1110110010110001100001000101000011101101100110001010001011101101100110001001111011101100101010001000100101011110 | ecb18450ed98a2ed989eeca8895e |
UHC | 채P혢혞쨉^ | 11000011101001000101000011000010100010111100001010001000110000101011010101011110 | c3a450c28bc288c2b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)