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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閻ょ? | 1110100010000101100000101110010100111111 | e88582e53f |
EUC-JP | 閻ょ? | 1110111111100101101001001110011100111111 | efe5a4e73f |
UTF-8 | 閻ょ♥ | 111010011001011010111011111000111000001010000111111000101001100110100101 | e996bbe38287e299a5 |
UHC | 閻ょ♥ | 111001111010001010101010111001111010001010111110 | e7a2aae7a2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)