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 | ¥|à | 100100001010010110010001011111001110000010001111 | 90a5917ce08f |
SJIS-WIN | ?¥?|?? | 00111111100000011000111100111111011111000011111100111111 | 3f818f3f7c3f3f |
EUC-JP | ???|à? | 0011111100111111001111110111110010001111101010111010001000111111 | 3f3f3f7c8faba23f |
UTF-8 | ¥|à | 1100001010010000110000101010010111000010100100010111110011000011101000001100001010001111 | c290c2a5c2917cc3a0c28f |
UHC | ???|?? | 001111110011111100111111011111000011111100111111 | 3f3f3f7c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)