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 | 将ム戓ェ娼テ | 100011111010101111010001111110101100011110101010100011111010100111000011 | 8fabd1fac7aa8fa9c3 |
EUC-JP | 将ム戓ェ娼テ | 10111110101011011000111011010001100011111011111110101000100011101010101010111110101010111000111011000011 | bead8ed18fbfa88eaabeab8ec3 |
UTF-8 | 将ム戓ェ娼テ | 111001011011000010000110111011111011111010010001111001101000100010010011111011111011110110101010111001011010100010111100111011111011111010000011 | e5b086efbe91e68893efbdaae5a8bcefbe83 |
UHC | ????娼? | 00111111001111110011111100111111111100111101111000111111 | 3f3f3f3ff3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)