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 | ????θ? | 00111111001111110011111100111111100000111100011000111111 | 3f3f3f3f83c63f |
EUC-JP | ???焰θ? | 001111110011111100111111100011111100100111101111101001101100100000111111 | 3f3f3f8fc9efa6c83f |
UTF-8 | 禮욄룊焰θ걻 | 1110111110100110101101101110110010011010100001001110101110100011100010101110011110000100101100001100111010111000111010101011000110111011 | efa6b6ec9a84eba38ae784b0ceb8eab1bb |
UHC | 禮욄룊焰θ걻 | 111001111101111110011110111001101000111110001001111001101111101110100101111010001000000110011110 | e7df9ee68f89e6fba5e8819e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)