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 | 煽繹煽? | 10010000111110001110001110001000100100001111100000111111 | 90f8e38890f83f |
EUC-JP | 煽繹煽? | 11000000111110101110010111101000110000001111101000111111 | c0fae5e8c0fa3f |
UTF-8 | 煽繹煽쎺 | 111001111000010110111101111001111011100110111001111001111000010110111101111011001000111010111010 | e785bde7b9b9e785bdec8eba |
UHC | 煽繹煽쎺 | 1110000011000011111001101011101011100000110000111001101111100001 | e0c3e6bae0c39be1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)