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 | 薜臥洪艢 | 1110010101001111100010011110011110001101010111101110010010000000 | e54f89e78d5ee480 |
EUC-JP | 薜臥洪艢 | 1110100110110000101100101110100110111001101111111110011111100000 | e9b0b2e9b9bfe7e0 |
UTF-8 | 薜臥洪艢 | 111010001001011010011100111010001000011110100101111001101011010010101010111010001000100110100010 | e8969ce887a5e6b4aae889a2 |
UHC | ?臥洪? | 001111111110100011000010111110111111001100111111 | 3fe8c2fbf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)