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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 遼섌렉隸덋쓻 | 111011111010011110000011111011001000010010001100111010111010000010001001111011111010011010111000111010111000110110001011111011001001001110111011 | efa783ec848ceba089efa6b8eb8d8bec93bb |
UHC | 遼섌렉隸덋쓻 | 111010011010110010011000111010011011011110111010111001111110011010001000111011101001110110010110 | e9ac98e9b7bae7e688ee9d96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)