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 | 製?低豆 | 10010000101110110011111110010010111000011001001110100100 | 90bb3f92e193a4 |
EUC-JP | 製?低豆 | 11000000101111010011111111000100111000111100011010100110 | c0bd3fc4e3c6a6 |
UTF-8 | 製렩低豆 | 111010001010001110111101111010111010000010101001111001001011110110001110111010001011000110000110 | e8a3bdeba0a9e4bd8ee8b186 |
UHC | 製렩低豆 | 1111000010110010100011101011011111101110101110001101010011100111 | f0b28eb7eeb8d4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)