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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????ł | 0011111100111111001111110011111100111111100011111010100111001000 | 3f3f3f3f3f8fa9c8 |
UTF-8 | 令⑹뇳痢뉒ł | 1110111110100110101010001110001010010001101110011110101110000111101100111110111110100111101001011110101110001001100100101100010110000010 | efa6a8e291b9eb87b3efa7a5eb8992c582 |
UHC | 令⑹뇳痢뉒ł | 111001111010100110101001111011001000011110010111111011001011100010000111111001111010100110101001 | e7a9a9ec8797ecb887e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)