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 | 旋姓旋羨 | 1001000011111001100100001010100110010000111110011001000101000001 | 90f990a990f99141 |
EUC-JP | 旋姓旋羨 | 1100000011111011110000001010101111000000111110111100000110100010 | c0fbc0abc0fbc1a2 |
UTF-8 | 旋姓旋羨 | 111001101001011110001011111001011010011110010011111001101001011110001011111001111011111010101000 | e6978be5a793e6978be7bea8 |
UHC | 旋姓旋羨 | 1110000011000001111000001111001111100000110000011110000011001100 | e0c1e0f3e0c1e0cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)