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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 膊鴃悃鴃 | 1110010001001101111010011110111010011100100111011110100111101110 | e44de9ee9c9de9ee |
EUC-JP | 膊鴃悃鴃 | 1110011110101110111100101111000011010111111111011111001011110000 | e7aef2f0d7fdf2f0 |
UTF-8 | 膊鴃悃鴃 | 111010001000011010001010111010011011010010000011111001101000001010000011111010011011010010000011 | e8868ae9b483e68283e9b483 |
UHC | 膊??? | 1101101011011011001111110011111100111111 | dadb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)