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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巡?+? | 100011111000010000111111100000010111101100111111 | 8f843f817b3f |
EUC-JP | 巡?+? | 101111011110010000111111101000011101110000111111 | bde43fa1dc3f |
UTF-8 | 巡볥+林 | 111001011011011110100001111010111011001110100101111011111011110010001011111011111010011110110100 | e5b7a1ebb3a5efbc8befa7b4 |
UHC | 巡볥+林 | 1110001011011110100100111110101110100011101010111110110011110111 | e2de93eba3abecf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)