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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | δ?}vδ?}vB | 1000001111000010001111110111110101110110100000111100001000111111011111010111011001000010 | 83c23f7d7683c23f7d7642 |
EUC-JP | δ?}vδ?}vB | 1010011011000100001111110111110101110110101001101100010000111111011111010111011001000010 | a6c43f7d76a6c43f7d7642 |
UTF-8 | δ͢}vδ͢}vB | 11001110101101001100110110100010011111010111011011001110101101001100110110100010011111010111011001000010 | ceb4cda27d76ceb4cda27d7642 |
UHC | δ?}vδ?}vB | 1010010111100100001111110111110101110110101001011110010000111111011111010111011001000010 | a5e43f7d76a5e43f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)