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 | è±½ | 100010011110100010011000101100011000000110111101 | 89e898b181bd |
SJIS-WIN | ???±?? | 00111111001111110011111110000001011111010011111100111111 | 3f3f3f817d3f3f |
EUC-JP | ?è?±?? | 001111111000111110101011101100100011111110100001110111100011111100111111 | 3f8fabb23fa1de3f3f |
UTF-8 | è±½ | 110000101000100111000011101010001100001010011000110000101011000111000010100000011100001010111101 | c289c3a8c298c2b1c281c2bd |
UHC | ???±?½ | 0011111100111111001111111010000110111110001111111010100011110110 | 3f3f3fa1be3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)