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 | ֍ | 1100001110010100110000101011011111000011100011101100001010100111 | c394c2b7c38ec2a7 |
SJIS-WIN | ???????§ | 001111110011111100111111001111110011111100111111001111111000000110011000 | 3f3f3f3f3f3f3f8198 |
EUC-JP | ���§ | 1000111110101010101010100011111110001111101010101010010000111111100011111010101010101010001111111000111110101010101001001010000111111000 | 8faaaa3f8faaa43f8faaaa3f8faaa4a1f8 |
UTF-8 | ֍ | 11000011100000111100001010010100110000111000001011000010101101111100001110000011110000101000111011000011100000101100001010100111 | c383c294c382c2b7c383c28ec382c2a7 |
UHC | ???·???§ | 00111111001111110011111110100001101001000011111100111111001111111010000111010111 | 3f3f3fa1a43f3f3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)