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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跿ォ逕ェ | 11100110111100111010101111100111100101001000001101000110 | e6f3abe7948346 |
EUC-JP | 跿ォ逕ェ | 1110110011110101100011101010101111101101111101001010010110100111 | ecf58eabedf4a5a7 |
UTF-8 | 跿ォ逕ェ | 111010001011011110111111111011111011110110101011111010011000000010010101111000111000001010100111 | e8b7bfefbdabe98095e382a7 |
UHC | ??逕ェ | 001111110011111111001100111011111010101110100111 | 3f3fccefaba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)