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 | 驛、螳医 | 11101001100000111010010011100101101011101000100011100011 | e983a4e5ae88e3 |
EUC-JP | 驛、螳医 | 1111000111100011100011101010010011101010101100001011000011100101 | f1e38ea4eab0b0e5 |
UTF-8 | 驛、螳医 | 111010011010100110011011111011111011110110100100111010001001111010110011111001011000110010111011 | e9a99befbda4e89eb3e58cbb |
UHC | 驛?螳? | 111001101011111000111111110100111101100100111111 | e6be3fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)