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 | 帳ο?矮?? | 100100101010000010000011110011010011111111100001111000100011111100111111 | 92a083cd3fe1e23f3f |
EUC-JP | 帳ο?矮?? | 110001001010001010100110110011110011111111100010111001000011111100111111 | c4a2a6cf3fe2e43f3f |
UTF-8 | 帳ο풄矮쏉슛 | 1110010110111000101100111100111010111111111011011001001010000100111001111001111110101110111011001000111110001001111011001000101010011011 | e5b8b3cebfed9284e79faeec8f89ec8a9b |
UHC | 帳ο풄矮쏉슛 | 111011011110001110100101111011111011111010001100111010001110000110011011111011111011110110111000 | ede3a5efbe8ce8e19befbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)