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 | 綏処尚絮 | 1110001101010110100011111000100010001111101011101110001101010000 | e3568f888faee350 |
EUC-JP | 綏処尚絮 | 1110010110110111101111011110100010111110101100001110010110110001 | e5b7bde8beb0e5b1 |
UTF-8 | 綏処尚絮 | 111001111011011010001111111001011000011110100110111001011011000010011010111001111011010110101110 | e7b68fe587a6e5b09ae7b5ae |
UHC | 綏??絮 | 111000101011011100111111001111111101111111111100 | e2b73f3fdffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)