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 | ?xY?xbE | 00111111011110000101100100111111011110000110001001000101 | 3f78593f786245 |
SJIS-WIN | ?xY?xbE | 00111111011110000101100100111111011110000110001001000101 | 3f78593f786245 |
EUC-JP | ?xY?xbE | 00111111011110000101100100111111011110000110001001000101 | 3f78593f786245 |
UTF-8 | 쉃xY쉃xbE | 1110110010001001100000110111100001011001111011001000100110000011011110000110001001000101 | ec89837859ec8983786245 |
UHC | 쉃xY쉃xbE | 100110100101100001111000010110011001101001011000011110000110001001000101 | 9a5878599a58786245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)