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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 秧②?涅?B | 111000100101111010000111010000010011111110011111101110000011111101000010 | e25e87413f9fb83f42 |
EUC-JP | 秧??涅?B | 1110001110111111001111110011111111011110101110100011111101000010 | e3bf3f3fdeba3f42 |
UTF-8 | 秧②윭涅갃B | 11100111101001111010011111100010100100011010000111101100100111001010110111100110101101101000010111101010101100001000001101000010 | e7a7a7e291a1ec9cade6b685eab08342 |
UHC | 秧②윭涅갃B | 1110010011101011101010001110100010011111101011001110011011101110100000010100001001000010 | e4eba8e89face6ee814242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)