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 | 1001100001100110100111001101100001110110100110000110011010011100110110000111011001000010 | 98669cd87698669cd87642 |
EUC-JP | 惑憙v惑憙vB | 1100111111000111110110001101101001110110110011111100011111011000110110100111011001000010 | cfc7d8da76cfc7d8da7642 |
UTF-8 | 惑憙v惑憙vB | 111001101000001110010001111001101000011010011001011101101110011010000011100100011110011010000110100110010111011001000010 | e68391e6869976e68391e686997642 |
UHC | 惑憙v惑憙vB | 1111101111100011111111011111001001110110111110111110001111111101111100100111011001000010 | fbe3fdf276fbe3fdf27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)