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 | è¾}è¾|è¾| | 111010001011111001111101111010001011111001111100111010001011111001111100 | e8be7de8be7ce8be7c |
SJIS-WIN | ??}??|??| | 001111110011111101111101001111110011111101111100001111110011111101111100 | 3f3f7d3f3f7c3f3f7c |
EUC-JP | è?}è?|è?| | 100011111010101110110010001111110111110110001111101010111011001000111111011111001000111110101011101100100011111101111100 | 8fabb23f7d8fabb23f7c8fabb23f7c |
UTF-8 | è¾}è¾|è¾| | 110000111010100011000010101111100111110111000011101010001100001010111110011111001100001110101000110000101011111001111100 | c3a8c2be7dc3a8c2be7cc3a8c2be7c |
UHC | ?¾}?¾|?¾| | 001111111010100011111010011111010011111110101000111110100111110000111111101010001111101001111100 | 3fa8fa7d3fa8fa7c3fa8fa7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)