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¥ | 10010010010010111001000110101111100100011010011010010010010010111001000110100101 | 924b91af91a6924b91a5 |
SJIS-WIN | ?K?????K?¥ | 0011111101001011001111110011111100111111001111110011111101001011001111111000000110001111 | 3f4b3f3f3f3f3f4b3f818f |
EUC-JP | ?K?¯?¦?K?? | 0011111101001011001111111000111110100010101101000011111110001111101000101100001100111111010010110011111100111111 | 3f4b3f8fa2b43f8fa2c33f4b3f3f |
UTF-8 | K¯¦K¥ | 110000101001001001001011110000101001000111000010101011111100001010010001110000101010011011000010100100100100101111000010100100011100001010100101 | c2924bc291c2afc291c2a6c2924bc291c2a5 |
UHC | ?K?????K?? | 00111111010010110011111100111111001111110011111100111111010010110011111100111111 | 3f4b3f3f3f3f3f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)