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 | 瓠橋?躁 | 11100001010000001000101110110100001111111110011101001110 | e1408bb43fe74e |
EUC-JP | 瓠橋?躁 | 11100001101000011011011010110110001111111110110110101111 | e1a1b6b63fedaf |
UTF-8 | 瓠橋걋躁 | 111001111001001110100000111001101010100110001011111010101011000110001011111010001011101010000001 | e793a0e6a98beab18be8ba81 |
UHC | 瓠橋걋躁 | 1111101111010010110011101110100110110000110000001111000011100010 | fbd2cee9b0c0f0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)