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 | 瀛??瞬 | 111000000110100100111111001111111000111101110101 | e0693f3f8f75 |
EUC-JP | 瀛??瞬 | 110111111100101000111111001111111011110111010110 | dfca3f3fbdd6 |
UTF-8 | 瀛걦뢓瞬 | 111001111000000010011011111010101011000110100110111010111010001010010011111001111001111010101100 | e7809beab1a6eba293e79eac |
UHC | 瀛걦뢓瞬 | 1110011110111010100000011000111110001111010011101110001011101011 | e7ba818f8f4ee2eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)