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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 迯雄迯傭E | 111001111000110110010111010110011110011110001101100101110110001001000101 | e78d9759e78d976245 |
EUC-JP | 迯雄迯傭E | 111011011110110111001101101110101110110111101101110011011100001101000101 | ededcdbaededcdc345 |
UTF-8 | 迯雄迯傭E | 11101000101111111010111111101001100110111000010011101000101111111010111111100101100000101010110101000101 | e8bfafe99b84e8bfafe582ad45 |
UHC | ?雄?傭E | 00111111111010101010100100111111111010011011011001000101 | 3feaa93fe9b645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)