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 | ???鎰?? | 00111111001111110011111111101000010011000011111100111111 | 3f3f3fe84c3f3f |
EUC-JP | ???鎰?? | 00111111001111110011111111101111101011010011111100111111 | 3f3f3fefad3f3f |
UTF-8 | 念잙럽鎰꾥쁻 | 111011111010011010100011111011001001111010011001111010111001111110111101111010011000111010110000111010101011111010100101111011001000000110111011 | efa6a3ec9e99eb9fbde98eb0eabea5ec81bb |
UHC | 念잙럽鎰꾥쁻 | 111001101111011010011111111010111011011110110100111011001111000010000100111010001001100010000010 | e6f69febb7b4ecf084e89882 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)