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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 湿狎雫] | 10001110101111001110000010111110100011101011010001011101 | 8ebce0be8eb45d |
EUC-JP | 湿狎雫] | 10111100101111101110000011000000101111001011011001011101 | bcbee0c0bcb65d |
UTF-8 | 湿狎雫] | 11100110101110011011111111100111100010111000111011101001100110111010101101011101 | e6b9bfe78b8ee99bab5d |
UHC | ?狎?] | 0011111111100100111001000011111101011101 | 3fe4e43f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)