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 | ???靷?? | 0011111100111111001111111000111111100111101111010011111100111111 | 3f3f3f8fe7bd3f3f |
UTF-8 | 嶺뚮ㅏ靷뽫댚 | 111011111010011010101011111010111001101010101110111000111000010110001111111010011001110110110111111010111011110110101011111010111000110010011010 | efa6abeb9aaee3858fe99db7ebbdabeb8c9a |
UHC | 嶺뚮ㅏ靷뽫댚 | 111001111010110110001100111010111010010010111111111011001110011010010110111001111000100010111110 | e7ad8ceba4bfece696e788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)