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 | 庵μ? | 1000100011000001100000111100101000111111 | 88c183ca3f |
EUC-JP | 庵μ? | 1011000011000011101001101100110000111111 | b0c3a6cc3f |
UTF-8 | 庵μ갹 | 1110010110111010101101011100111010111100111010101011000010111001 | e5bab5cebceab0b9 |
UHC | 庵μ갹 | 111001001101110110100101111011001011000010111101 | e4dda5ecb0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)