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 | 旋鴦旋愛 | 1001000011111001111010011111000110010000111110011000100010100100 | 90f9e9f190f988a4 |
EUC-JP | 旋鴦旋愛 | 1100000011111011111100101111001111000000111110111011000010100110 | c0fbf2f3c0fbb0a6 |
UTF-8 | 旋鴦旋愛 | 111001101001011110001011111010011011010010100110111001101001011110001011111001101000010010011011 | e6978be9b4a6e6978be6849b |
UHC | 旋鴦旋愛 | 1110000011000001111001001110110011100000110000011110010011110001 | e0c1e4ece0c1e4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)