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 | 辯√p霎ィ | 111001111000011110000001111000111000001010010000111010001011111010101000 | e78781e38290e8bea8 |
EUC-JP | 辯√p霎ィ | 11101101111001111010001011100101101000111111000011110000110000001000111010101000 | ede7a2e5a3f0f0c08ea8 |
UTF-8 | 辯√p霎ィ | 111010001011111010101111111000101000100010011010111011111011110110010000111010011001110010001110111011111011110110101000 | e8beafe2889aefbd90e99c8eefbda8 |
UHC | 辯√p?? | 1101110010101010101000011110111010100011111100000011111100111111 | dcaaa1eea3f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)