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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 永??岳?E | 1000100101101001001111110011111110001010011110000011111101000101 | 89693f3f8a783f45 |
EUC-JP | 永??岳?E | 1011000111001010001111110011111110110011110110010011111101000101 | b1ca3f3fb3d93f45 |
UTF-8 | 永낉퐦岳췙E | 11100110101100001011100011101011100000101000100111101101100100001010011011100101101100101011001111101100101101111001100101000101 | e6b0b8eb8289ed90a6e5b2b3ecb79945 |
UHC | 永낉퐦岳췙E | 1110011110110101100001011110111110111101100011111110010010111111101011100101001001000101 | e7b585efbd8fe4bfae5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)