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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霆滔艶妺ォ | 111010001011101110011111111010111000100110010000111110101010010110101011 | e8bb9feb8990faa5ab |
EUC-JP | 霆滔艶妺ォ | 1111000010111101110111101110110110110001111100001000111110111001101101111000111010101011 | f0bddeedb1f08fb9b78eab |
UTF-8 | 霆滔艶妺ォ | 111010011001110010000110111001101011101110010100111010001000100110110110111001011010011010111010111011111011110110101011 | e99c86e6bb94e889b6e5a6baefbdab |
UHC | 霆滔艶?? | 1110111111111101110101001010010111100110111111010011111100111111 | effdd4a5e6fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)