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 | ?驀塗魚 | 00111111111010010111110110010011011010001000101110011011 | 3fe97d93688b9b |
EUC-JP | ?驀塗魚 | 00111111111100011101111011000101110010011011010111111011 | 3ff1dec5c9b5fb |
UTF-8 | 渽驀塗魚 | 111001101011100010111101111010011010100110000000111001011010000110010111111010011010110110011010 | e6b8bde9a980e5a197e9ad9a |
UHC | 渽驀塗魚 | 1110111010101010110110001110100111010011111100111110010111100000 | eeaad8e9d3f3e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)