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 | 帳⑨?野э? | 10010010101000001000011101001000001111111001011011101100100001001000111100111111 | 92a087483f96ec848f3f |
EUC-JP | 帳??野э? | 110001001010001000111111001111111100110011101110101001111110111100111111 | c4a23f3fcceea7ef3f |
UTF-8 | 帳⑨푽野э쉿 | 1110010110111000101100111110001010010001101010001110110110010001101111011110100110000111100011101101000110001101111011001000100110111111 | e5b8b3e291a8ed91bde9878ed18dec89bf |
UHC | 帳⑨푽野э쉿 | 111011011110001110101000111011111011111010001000111001011010111110101100111011111011110110110010 | ede3a8efbe88e5afacefbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)