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 | 辿続測脱族損 | 100100100100100010010001101100011001000110101010100100100100010110010001101100001001000110111001 | 924891b191aa924591b091b9 |
EUC-JP | 辿続測脱族損 | 110000111010100111000010101100111100001010101100110000111010011011000010101100101100001010111011 | c3a9c2b3c2acc3a6c2b2c2bb |
UTF-8 | 辿続測脱族損 | 111010001011111010111111111001111011011010011010111001101011100010101100111010001000010010110001111001101001011110001111111001101001000010001101 | e8bebfe7b69ae6b8ace884b1e6978fe6908d |
UHC | ??測?族損 | 001111110011111111110110101101000011111111110000111010011110000111011111 | 3f3ff6b43ff0e9e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)