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 | ???靷θ? | 001111110011111100111111100011111110011110111101101001101100100000111111 | 3f3f3f8fe7bda6c83f |
UTF-8 | 麗멸랜靷θ몛 | 1110111110100110100010001110101110101001101110001110101110011110100111001110100110011101101101111100111010111000111010111010101010011011 | efa688eba9b8eb9e9ce99db7ceb8ebaa9b |
UHC | 麗멸랜靷θ몛 | 111001101011000010111000111010101011011110100011111011001110011010100101111010001001000110001001 | e6b0b8eab7a3ece6a5e89189 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)