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 | B}YB}bE | 1001000101000010100110100111110101011001100100010100001010011010011111010110001001000101 | 91429a7d5991429a7d6245 |
SJIS-WIN | ?B?}Y?B?}bE | 0011111101000010001111110111110101011001001111110100001000111111011111010110001001000101 | 3f423f7d593f423f7d6245 |
EUC-JP | ?B?}Y?B?}bE | 0011111101000010001111110111110101011001001111110100001000111111011111010110001001000101 | 3f423f7d593f423f7d6245 |
UTF-8 | B}YB}bE | 110000101001000101000010110000101001101001111101010110011100001010010001010000101100001010011010011111010110001001000101 | c29142c29a7d59c29142c29a7d6245 |
UHC | ?B?}Y?B?}bE | 0011111101000010001111110111110101011001001111110100001000111111011111010110001001000101 | 3f423f7d593f423f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)