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 | ???® | 00111111001111110011111110101110 | 3f3f3fae |
SJIS-WIN | 慫?渦? | 100111001100111100111111100010010101000100111111 | 9ccf3f89513f |
EUC-JP | 慫?渦® | 1101100011010001001111111011000110110010100011111010001011101110 | d8d13fb1b28fa2ee |
UTF-8 | 慫렫渦® | 1110011010000101101010111110101110100000101010111110011010111000101001101100001010101110 | e685abeba0abe6b8a6c2ae |
UHC | 慫렫渦® | 1111000011110110100011101011100111101000101111101010001011100111 | f0f68eb9e8bea2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)