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 | 訂狡?葬 | 10010010111110011110000011000010001111111001000110010010 | 92f9e0c23f9192 |
EUC-JP | 訂狡?葬 | 11000100111110111110000011000100001111111100000111110010 | c4fbe0c43fc1f2 |
UTF-8 | 訂狡ㄴ葬 | 111010001010100010000010111001111000101110100001111000111000010010110100111010001001000110101100 | e8a882e78ba1e384b4e891ac |
UHC | 訂狡ㄴ葬 | 1110111111110100110011101110101010100100101001001110110111110111 | eff4ceeaa4a4edf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)