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 | ?讌誧幔 | 00111111111001101010010111111011101001101001101111101101 | 3fe6a5fba69bed |
EUC-JP | 湗讌誧幔 | 10001111110001111111101111101100101001111000111111011101111110101101011011101111 | 8fc7fbeca78fddfad6ef |
UTF-8 | 湗讌誧幔 | 111001101011100110010111111010001010111010001100111010001010101010100111111001011011100110010100 | e6b997e8ae8ce8aaa7e5b994 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)