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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 淫??吟ъ? | 100010001111101000111111001111111000101111100001100001001000110000111111 | 88fa3f3f8be1848c3f |
EUC-JP | 淫??吟ъ? | 101100001111110000111111001111111011011011100011101001111110110000111111 | b0fc3f3fb6e3a7ec3f |
UTF-8 | 淫먯꽍吟ъ뀍 | 1110011010110111101010111110101110101000101011111110101010111101100011011110010110010000100111111101000110001010111010111000000010001101 | e6b7abeba8afeabd8de5909fd18aeb808d |
UHC | 淫먯꽍吟ъ뀍 | 111010111110001010010000111011001000010010011101111010111110000110101100111011001000010110001000 | ebe290ec849debe1acec8588 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)