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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 稷憙v稷憙vB | 1110001001101100100111001101100001110110111000100110110010011100110110000111011001000010 | e26c9cd876e26c9cd87642 |
EUC-JP | 稷憙v稷憙vB | 1110001111001101110110001101101001110110111000111100110111011000110110100111011001000010 | e3cdd8da76e3cdd8da7642 |
UTF-8 | 稷憙v稷憙vB | 111001111010100010110111111001101000011010011001011101101110011110101000101101111110011010000110100110010111011001000010 | e7a8b7e6869976e7a8b7e686997642 |
UHC | 稷憙v稷憙vB | 1111001011000011111111011111001001110110111100101100001111111101111100100111011001000010 | f2c3fdf276f2c3fdf27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)