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 | 訂遁?? | 100100101111100110010011110110010011111100111111 | 92f993d93f3f |
EUC-JP | 訂遁?? | 110001001111101111000110110110110011111100111111 | c4fbc6db3f3f |
UTF-8 | 訂遁렔렟 | 111010001010100010000010111010011000000110000001111010111010000010010100111010111010000010011111 | e8a882e98181eba094eba09f |
UHC | 訂遁렔렟 | 1110111111110100110101001110110110001110101010011000111010110000 | eff4d4ed8ea98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)