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¨ | 1001000110101111100100100101110010010010010010111001000110101000 | 91af925c924b91a8 |
SJIS-WIN | ???\?K?¨ | 001111110011111100111111010111000011111101001011001111111000000101001110 | 3f3f3f5c3f4b3f814e |
EUC-JP | ?¯?\?K?¨ | 0011111110001111101000101011010000111111010111000011111101001011001111111010000110101111 | 3f8fa2b43f5c3f4b3fa1af |
UTF-8 | ¯\K¨ | 1100001010010001110000101010111111000010100100100101110011000010100100100100101111000010100100011100001010101000 | c291c2afc2925cc2924bc291c2a8 |
UHC | ???\?K?¨ | 001111110011111100111111010111000011111101001011001111111010000110100111 | 3f3f3f5c3f4b3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)