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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 璵?ł??? | 10001111110011001110011000111111100011111010100111001000001111110011111100111111 | 8fcce63f8fa9c83f3f3f |
UTF-8 | 璵붺ł令⑴윯 | 1110011110010010101101011110101110110110101110101100010110000010111011111010011010101000111000101001000110110100111011001001110010101111 | e792b5ebb6bac582efa6a8e291b4ec9caf |
UHC | 璵붺ł令⑴윯 | 111001101010010110010100111001111010100110101001111001111010100110101001111001111001111110101110 | e6a594e7a9a9e7a9a9e79fae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)