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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 航?航?B | 10001101011100010011111110001101011100010011111101000010 | 8d713f8d713f42 |
EUC-JP | 航?航?B | 10111001110100100011111110111001110100100011111101000010 | b9d23fb9d23f42 |
UTF-8 | 航웱航웱B | 11101000100010001010101011101100100110111011000111101000100010001010101011101100100110111011000101000010 | e888aaec9bb1e888aaec9bb142 |
UHC | 航웱航웱B | 111110011111111010011111011110011111100111111110100111110111100101000010 | f9fe9f79f9fe9f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)