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 | 朎 | 1111001011110101111110101101111111111000111101011111001011101100 | f2f5fadff8f5f2ec |
EUC-JP | ?朎?? | 001111111000111111000010111100000011111100111111 | 3f8fc2f03f3f |
UTF-8 | 朎 | 111011101000100010101100111001101001110010001110111011101001101010010100111011101000100010100011 | ee88ace69c8eee9a94ee88a3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)