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 | 鼎?才? | 100100110100001100111111100011011100101100111111 | 93433f8dcb3f |
EUC-JP | 鼎?才? | 110001011010010000111111101110101100110100111111 | c5a43fbacd3f |
UTF-8 | 鼎렍才렱 | 111010011011110010001110111010111010000010001101111001101000100110001101111010111010000010110001 | e9bc8eeba08de6898deba0b1 |
UHC | 鼎렍才렱 | 1111000010100011100011101010001111101110101001101000111010111110 | f0a38ea3eea68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)