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 | 髥뙅둆送 | 111010011010101110100101111010111001100110000101111010111001000110000110111010011000000010000001 | e9aba5eb9985eb9186e98081 |
UHC | 髥뙅둆送 | 1110011110100011100011001000101110001010010000101110000111101010 | e7a38c8b8a42e1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)