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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???診? | 001111110011111100111111100100000110011000111111 | 3f3f3f90663f |
EUC-JP | ???診? | 001111110011111100111111101111111100011100111111 | 3f3f3fbfc73f |
UTF-8 | 씜롃렡診렏 | 111011001001010010011100111010111010000110000011111010111010000010100001111010001010100010111010111010111010000010001111 | ec949ceba183eba0a1e8a8baeba08f |
UHC | 씜롃렡診렏 | 10111110101111011000111011001010100011101011001011110010111000001000111010100101 | bebd8eca8eb2f2e08ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)