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 | ?\???Q^ | 00111111010111000011111100111111001111110101000101011110 | 3f5c3f3f3f515e |
SJIS-WIN | ?\???Q^ | 00111111010111000011111100111111001111110101000101011110 | 3f5c3f3f3f515e |
EUC-JP | ?\???Q^ | 00111111010111000011111100111111001111110101000101011110 | 3f5c3f3f3f515e |
UTF-8 | 채\혟책혧Q^ | 111011001011000110000100010111001110110110011000100111111110110010110001100001011110110110011000101001110101000101011110 | ecb1845ced989fecb185ed98a7515e |
UHC | 채\혟책혧Q^ | 1100001110100100010111001100001010001001110000111010010111000010100011110101000101011110 | c3a45cc289c3a5c28f515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)