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 | å¨å±@h | 1110010110001101101010001110010110110001100100010100000001101000 | e58da8e5b1914068 |
SJIS-WIN | ??¨?±?@h | 00111111001111111000000101001110001111111000000101111101001111110100000001101000 | 3f3f814e3f817d3f4068 |
EUC-JP | ��@h | 1000111110101011101010010011111110100001101011111000111110101011101010011010000111011110001111110100000001101000 | 8faba93fa1af8faba9a1de3f4068 |
UTF-8 | å¨å±@h | 1100001110100101110000101000110111000010101010001100001110100101110000101011000111000010100100010100000001101000 | c3a5c28dc2a8c3a5c2b1c2914068 |
UHC | ??¨?±?@h | 00111111001111111010000110100111001111111010000110111110001111110100000001101000 | 3f3fa1a73fa1be3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)