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 | YBBVB | 100100100101100110010010010000101001001001000010100100100101011001000010 | 925992429242925642 |
SJIS-WIN | ?Y?B?B?VB | 001111110101100100111111010000100011111101000010001111110101011001000010 | 3f593f423f423f5642 |
EUC-JP | ?Y?B?B?VB | 001111110101100100111111010000100011111101000010001111110101011001000010 | 3f593f423f423f5642 |
UTF-8 | YBBVB | 11000010100100100101100111000010100100100100001011000010100100100100001011000010100100100101011001000010 | c29259c29242c29242c2925642 |
UHC | ?Y?B?B?VB | 001111110101100100111111010000100011111101000010001111110101011001000010 | 3f593f423f423f5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)