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 | 雄??? | 1001011101011001001111110011111100111111 | 97593f3f3f |
EUC-JP | 雄??? | 1100110110111010001111110011111100111111 | cdba3f3f3f |
UTF-8 | 雄쟀렱렟 | 111010011001101110000100111011001001111110000000111010111010000010110001111010111010000010011111 | e99b84ec9f80eba0b1eba09f |
UHC | 雄쟀렱렟 | 1110101010101001110000001110111010001110101111101000111010110000 | eaa9c0ee8ebe8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)