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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偃??茹k? | 100110001110111000111111001111111110010010100101100000101000101100111111 | 98ee3f3fe4a5828b3f |
EUC-JP | 偃??茹k? | 110100001111000000111111001111111110100010100111101000111110101100111111 | d0f03f3fe8a7a3eb3f |
UTF-8 | 偃띾젒茹k젔 | 111001011000000110000011111010111001110110111110111011001010000010010010111010001000110010111001111011111011110110001011111011001010000010010100 | e58183eb9dbeeca092e88cb9efbd8beca094 |
UHC | 偃띾젒茹k젔 | 111001011110011110001101111010111010000010010001111001101010101010100011111010111010000010010010 | e5e78deba091e6aaa3eba092 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)