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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 惚悟? | 1000110110011011100011001110010100111111 | 8d9b8ce53f |
EUC-JP | 惚悟玹 | 10111001111110111011100011100111100011111100101111100100 | b9fbb8e78fcbe4 |
UTF-8 | 惚悟玹 | 111001101000001110011010111001101000001010011111111001111000111010111001 | e6839ae6829fe78eb9 |
UHC | 惚悟玹 | 111110111110110111100111111101101111101011011101 | fbede7f6fadd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)