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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | ??ヒ∫⊂{d | 00111111001111111000001101110001100000011110011110000001101111000111101101100100 | 3f3f837181e781bc7b64 |
EUC-JP | ??ヒ∫⊂{d | 00111111001111111010010111010010101000101110100110100010101111100111101101100100 | 3f3fa5d2a2e9a2be7b64 |
UTF-8 | 룶쥚ヒ∫⊂{d | 1110101110100011101101101110110010100101100110101110001110000011100100101110001010001000101010111110001010001010100000100111101101100100 | eba3b6eca59ae38392e288abe28a827b64 |
UHC | 룶쥚ヒ∫⊂{d | 100011111010101110100010100011111010101111010010101000011111001010100001111110000111101101100100 | 8faba28fabd2a1f2a1f87b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)