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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 照燻。上シ | 1000111111000110111000001000111010100001100011111110001110111100 | 8fc6e08ea18fe3bc |
EUC-JP | 照燻。上シ | 10111110110010001101111111101110100011101010000110111110111001011000111010111100 | bec8dfee8ea1bee58ebc |
UTF-8 | 照燻。上シ | 111001111000010110100111111001111000011110111011111011111011110110100001111001001011100010001010111011111011110110111100 | e785a7e787bbefbda1e4b88aefbdbc |
UHC | 照燻?上? | 1111000011001110111111011011100000111111110111111011111000111111 | f0cefdb83fdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)