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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炯煙? | 1110000001110110100010011000110000111111 | e076898c3f |
EUC-JP | 炯煙? | 1101111111010111101100011110110000111111 | dfd7b1ec3f |
UTF-8 | 炯煙禮 | 111001111000001010101111111001111000010110011001111011111010011010110110 | e782afe78599efa6b6 |
UHC | 炯煙禮 | 111110111010011011100110110101011110011111011111 | fba6e6d5e7df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)