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 | 沮??? | 1001111110011100001111110011111100111111 | 9f9c3f3f3f |
EUC-JP | 沮??? | 1101110111111100001111110011111100111111 | ddfc3f3f3f |
UTF-8 | 沮렫뤯헤 | 111001101011001010101110111010111010000010101011111010111010010010101111111011011001011110100100 | e6b2aeeba0abeba4afed97a4 |
UHC | 沮렫뤯헤 | 1110111011000001100011101011100110001111110111011100011111101100 | eec18eb98fddc7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)