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