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 | ??袁? | 0011111100111111111001011100110100111111 | 3f3fe5cd3f |
EUC-JP | 釪?袁? | 10001111111000111010110100111111111010101100111100111111 | 8fe3ad3feacf3f |
UTF-8 | 釪렟袁렟 | 111010011000011110101010111010111010000010011111111010001010001010000001111010111010000010011111 | e987aaeba09fe8a281eba09f |
UHC | 釪렟袁렟 | 1110100111101001100011101011000011101010101111101000111010110000 | e9e98eb0eabe8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)