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 | 1110100110010110101100010111110101110110111010011001011010110001011111010111011001000010 | e996b17d76e996b17d7642 |
EUC-JP | 髢ア}v髢ア}vB | 11110001111101101000111010110001011111010111011011110001111101101000111010110001011111010111011001000010 | f1f68eb17d76f1f68eb17d7642 |
UTF-8 | 髢ア}v髢ア}vB | 1110100110101011101000101110111110111101101100010111110101110110111010011010101110100010111011111011110110110001011111010111011001000010 | e9aba2efbdb17d76e9aba2efbdb17d7642 |
UHC | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)