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 | 怡??炎 | 100111000111110100111111001111111000100110001010 | 9c7d3f3f898a |
EUC-JP | 怡??炎 | 110101111101111000111111001111111011000111101010 | d7de3f3fb1ea |
UTF-8 | 怡쒏뿬炎 | 111001101000000010100001111011001001001010001111111010111011111110101100111001111000001010001110 | e680a1ec928febbface7828e |
UHC | 怡쒏뿬炎 | 1110110010101110100111001110011010010111101011001110011011111010 | ecae9ce697ace6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)