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 | 莪桁圭 | 111001001010111010001100100001011000110001011100 | e4ae8c858c5c |
EUC-JP | 莪桁圭 | 111010001011000010110111111001011011011110111101 | e8b0b7e5b7bd |
UTF-8 | 莪桁圭 | 111010001000111010101010111001101010000110000001111001011001110010101101 | e88eaae6a181e59cad |
UHC | 莪桁圭 | 111001001011010111111001111110011101000010100100 | e4b5f9f9d0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)