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 | 萼瑩=暉 | 1110010011010011111000001111000010000001100000011001110111110100 | e4d3e0f081819df4 |
EUC-JP | 萼瑩=暉 | 1110100011010101111000001111001010100001111000011101101011110110 | e8d5e0f2a1e1daf6 |
UTF-8 | 萼瑩=暉 | 111010001001000010111100111001111001000110101001111011111011110010011101111001101001101010001001 | e890bce791a9efbc9de69a89 |
UHC | ?瑩=暉 | 00111111111110111010100110100011101111011111110111000111 | 3ffba9a3bdfdc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)