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 | ????θ? | 00111111001111110011111100111111101001101100100000111111 | 3f3f3f3fa6c83f |
UTF-8 | 捻뀁뮆杻θ첀 | 1110111110100110101001001110101110000000100000011110101110101110100001101110111110100111100010001100111010111000111011001011001010000000 | efa6a4eb8081ebae86efa788ceb8ecb280 |
UHC | 捻뀁뮆杻θ첀 | 111001101111011110110010111011001001001010010101111010101111010010100101111010001010101010001101 | e6f7b2ec9295eaf4a5e8aa8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)