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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 吟ъ?x | 100010111110000110000100100011000011111101111000 | 8be1848c3f78 |
EUC-JP | 吟ъ?x | 101101101110001110100111111011000011111101111000 | b6e3a7ec3f78 |
UTF-8 | 吟ъ뀍x | 111001011001000010011111110100011000101011101011100000001000110101111000 | e5909fd18aeb808d78 |
UHC | 吟ъ뀍x | 11101011111000011010110011101100100001011000100001111000 | ebe1acec858878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)