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 | 1110011110011001101110000111110101110110111001111001100110111000011111010111011001000010 | e799b87d76e799b87d7642 |
EUC-JP | 逋ク}v逋ク}vB | 11101101111110011000111010111000011111010111011011101101111110011000111010111000011111010111011001000010 | edf98eb87d76edf98eb87d7642 |
UTF-8 | 逋ク}v逋ク}vB | 1110100110000000100010111110111110111101101110000111110101110110111010011000000010001011111011111011110110111000011111010111011001000010 | e9808befbdb87d76e9808befbdb87d7642 |
UHC | 逋?}v逋?}vB | 1111100011100111001111110111110101110110111110001110011100111111011111010111011001000010 | f8e73f7d76f8e73f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)