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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???送 | 0011111100111111001111111001000110010111 | 3f3f3f9197 |
EUC-JP | 髥??送 | 10001111111010011111000000111111001111111100000111110111 | 8fe9f03f3fc1f7 |
UTF-8 | 髥뚪닱送 | 111010011010101110100101111010111001101010101010111010111000101110110001111010011000000010000001 | e9aba5eb9aaaeb8bb1e98081 |
UHC | 髥뚪닱送 | 1110011110100011100011001110100110001000101001111110000111101010 | e7a38ce988a7e1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)