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 | ??品悠 | 001111110011111110010101011010011001011101001001 | 3f3f95699749 |
EUC-JP | ??品悠 | 001111110011111111001001110010101100110110101010 | 3f3fc9cacdaa |
UTF-8 | 룴창品悠 | 111010111010001110110100111011001011000010111101111001011001001110000001111001101000001010100000 | eba3b4ecb0bde59381e682a0 |
UHC | 룴창品悠 | 1000111110101001110000111010001011111001101000011110101011101101 | 8fa9c3a2f9a1eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)