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 | 癲??侑わ? | 111000011001111100111111001111111001100011010000100000101110110100111111 | e19f3f3f98d082ed3f |
EUC-JP | 癲??侑わ? | 111000101010000100111111001111111101000011010010101001001110111100111111 | e2a13f3fd0d2a4ef3f |
UTF-8 | 癲녳꽒侑わ쭓 | 111001111001100110110010111010111000010110110011111010101011110110010010111001001011111010010001111000111000001010001111111011001010110110010011 | e799b2eb85b3eabd92e4be91e3828fecad93 |
UHC | 癲녳꽒侑わ쭓 | 111011111010011010000110111000101000010010100001111010101110001010101010111011111010011110001011 | efa686e284a1eae2aaefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)