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 | 瀛??循 | 111000000110100100111111001111111000111101111010 | e0693f3f8f7a |
EUC-JP | 瀛??循 | 110111111100101000111111001111111011110111011011 | dfca3f3fbddb |
UTF-8 | 瀛먫찠循 | 111001111000000010011011111010111010100010101011111011001011000010100000111001011011111010101010 | e7809beba8abecb0a0e5beaa |
UHC | 瀛먫찠循 | 1110011110111010100100001110100010101001100111101110001011100000 | e7ba90e8a99ee2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)