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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 源??P | 1000110010111001001111110011111101010000 | 8cb93f3f50 |
EUC-JP | 源??P | 1011100010111011001111110011111101010000 | b8bb3f3f50 |
UTF-8 | 源먯같P | 11100110101110101001000011101011101010001010111111101010101100001001100101010000 | e6ba90eba8afeab09950 |
UHC | 源먯같P | 11101010101110011001000011101100101100001011000001010000 | eab990ecb0b050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)