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 | ???癲?? | 00111111001111110011111111100001100111110011111100111111 | 3f3f3fe19f3f3f |
EUC-JP | ???癲?? | 00111111001111110011111111100010101000010011111100111111 | 3f3f3fe2a13f3f |
UTF-8 | 緣낆떟癲띾엩 | 111001111011011110100011111010111000001010000110111010111001011010011111111001111001100110110010111010111001110110111110111011001001011110101001 | e7b7a3eb8286eb969fe799b2eb9dbeec97a9 |
UHC | 緣낆떟癲띾엩 | 111001101101111010000101111011001000101110110101111011111010011010001101111010111001111010000010 | e6de85ec8bb5efa68deb9e82 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)