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 | ?K???K?Pc^ | 00111111010010110011111100111111001111110100101100111111010100000110001101011110 | 3f4b3f3f3f4b3f50635e |
SJIS-WIN | ?K???K?Pc^ | 00111111010010110011111100111111001111110100101100111111010100000110001101011110 | 3f4b3f3f3f4b3f50635e |
EUC-JP | ?K???K?Pc^ | 00111111010010110011111100111111001111110100101100111111010100000110001101011110 | 3f4b3f3f3f4b3f50635e |
UTF-8 | 혪K혩짙혪K혪Pc^ | 1110110110011000101010100100101111101101100110001010100111101100101001111001100111101101100110001010101001001011111011011001100010101010010100000110001101011110 | ed98aa4bed98a9eca799ed98aa4bed98aa50635e |
UHC | 혪K혩짙혪K혪Pc^ | 110000101001001001001011110000101001000111000010101000111100001010010010010010111100001010010010010100000110001101011110 | c2924bc291c2a3c2924bc29250635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)