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 | 琥?駭? | 111000001110011000111111111010010110111000111111 | e0e63fe96e3f |
EUC-JP | 琥?駭? | 111000001110100000111111111100011100111100111111 | e0e83ff1cf3f |
UTF-8 | 琥렎駭렯 | 111001111001000010100101111010111010000010001110111010011010011110101101111010111010000010101111 | e790a5eba08ee9a7adeba0af |
UHC | 琥렎駭렯 | 1111101111010000100011101010010011111010101101001000111010111100 | fbd08ea4fab48ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)