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 | 萬э就荵 | 1110010011011101100001001000111110001111010000011110010010111001 | e4dd848f8f41e4b9 |
EUC-JP | 萬э就荵 | 1110100011011111101001111110111110111101101000101110100010111011 | e8dfa7efbda2e8bb |
UTF-8 | 萬э就荵 | 1110100010010000101011001101000110001101111001011011000010110001111010001000110110110101 | e890acd18de5b0b1e88db5 |
UHC | 萬э就? | 11011000101111111010110011101111111101101010011000111111 | d8bfaceff6a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)