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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 錠??罔? | 10001111111110010011111100111111111000111010011000111111 | 8ff93f3fe3a63f |
EUC-JP | 錠??罔? | 10111110111110110011111100111111111001101010100000111111 | befb3f3fe6a83f |
UTF-8 | 錠닸렰罔렱 | 111010011000110010100000111010111000101110111000111010111010000010110000111001111011110110010100111010111010000010110001 | e98ca0eb8bb8eba0b0e7bd94eba0b1 |
UHC | 錠닸렰罔렱 | 11101111111111001011010011100110100011101011110111011000110100101000111010111110 | effcb4e68ebdd8d28ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)