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 | ?櫻咫? | 001111111001111101001110100110100100000000111111 | 3f9f4e9a403f |
EUC-JP | ?櫻咫? | 001111111101110110101111110100111010000100111111 | 3fddafd3a13f |
UTF-8 | 룶櫻咫쵢 | 111010111010001110110110111001101010101110111011111001011001001010101011111011001011010110100010 | eba3b6e6abbbe592abecb5a2 |
UHC | 룶櫻咫쵢 | 1000111110101011111001011010000111110010101000011010110101000010 | 8fabe5a1f2a1ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)