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 | 辯守握 | 111001111000011110001110111001111000100010101100 | e7878ee788ac |
EUC-JP | 辯守握 | 111011011110011110111100111010011011000010101110 | ede7bce9b0ae |
UTF-8 | 辯守握 | 111010001011111010101111111001011010111010001000111001101000111110100001 | e8beafe5ae88e68fa1 |
UHC | 辯守握 | 110111001010101011100001111110101110010011000100 | dcaae1fae4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)