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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭???? | 100110000110000000111111001111110011111100111111 | 98603f3f3f3f |
EUC-JP | 倭???? | 110011111100000100111111001111110011111100111111 | cfc13f3f3f3f |
UTF-8 | 倭쒹隸밭끋 | 111001011000000010101101111011001001001010111001111011111010011010111000111010111011000010101101111010111000000110001011 | e580adec92b9efa6b8ebb0adeb818b |
UHC | 倭쒹隸밭끋 | 11101000110111101001110101001111111001111110011010111001111001111000010110111101 | e8de9d4fe7e6b9e785bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)