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 | 閭ア郞韮 | 11101000100000111011000111111011101101101001010001000010 | e883b1fbb69442 |
EUC-JP | 閭ア?韮 | 11101111111000111000111010110001001111111100011110100011 | efe38eb13fc7a3 |
UTF-8 | 閭ア郞韮 | 111010011001011010101101111011111011110110110001111010011000001110011110111010011001111110101110 | e996adefbdb1e9839ee99fae |
UHC | 閭?郞? | 110101011110111100111111110101011100110100111111 | d5ef3fd5cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)