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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 炯??k | 1110000001110110001111110011111101101011 | e0763f3f6b |
EUC-JP | 炯??k | 1101111111010111001111110011111101101011 | dfd73f3f6b |
UTF-8 | 炯쏁엡k | 11100111100000101010111111101100100011111000000111101100100101111010000101101011 | e782afec8f81ec97a16b |
UHC | 炯쏁엡k | 11111011101001101001101111100111101111111010011001101011 | fba69be7bfa66b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)