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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??】咳 | 001111110011111110000001011110101000101001010000 | 3f3f817a8a50 |
EUC-JP | ??】咳 | 001111110011111110100001110110111011001110110001 | 3f3fa1dbb3b1 |
UTF-8 | 咽됱】咳 | 111011111010011010011110111010111001000010110001111000111000000010010001111001011001001010110011 | efa69eeb90b1e38091e592b3 |
UHC | 咽됱】咳 | 1110011011101100100010011110110010100001101111011111101010100110 | e6ec89eca1bdfaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)