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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 将ム。ュ娼ー。 | 100011111010101111010001101000011010110110001111101010011011000010100001 | 8fabd1a1ad8fa9b0a1 |
EUC-JP | 将ム。ュ娼ー。 | 1011111010101101100011101101000110001110101000011000111010101101101111101010101110001110101100001000111010100001 | bead8ed18ea18eadbeab8eb08ea1 |
UTF-8 | 将ム。ュ娼ー。 | 111001011011000010000110111011111011111010010001111011111011110110100001111011111011110110101101111001011010100010111100111011111011110110110000111011111011110110100001 | e5b086efbe91efbda1efbdade5a8bcefbdb0efbda1 |
UHC | ????娼?? | 0011111100111111001111110011111111110011110111100011111100111111 | 3f3f3f3ff3de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)