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 | ??傘悠 | 001111110011111110001110010100001001011101001001 | 3f3f8e509749 |
EUC-JP | ??傘悠 | 001111110011111110111011101100011100110110101010 | 3f3fbbb1cdaa |
UTF-8 | 룶沈傘悠 | 111010111010001110110110111011111010010110110010111001011000001010011000111001101000001010100000 | eba3b6efa5b2e58298e682a0 |
UHC | 룶沈傘悠 | 1000111110101011111001001010000111011111101000011110101011101101 | 8fabe4a1dfa1eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)