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 | 将莢宵硼ェ「 | 10001111101010111110010010110000100011111010101011100001111011011010101010100010 | 8fabe4b08faae1edaaa2 |
EUC-JP | 将莢宵硼ェ「 | 101111101010110111101000101100101011111010101100111000101110111110001110101010101000111010100010 | beade8b2beace2ef8eaa8ea2 |
UTF-8 | 将莢宵硼ェ「 | 111001011011000010000110111010001000111010100010111001011010111010110101111001111010000110111100111011111011110110101010111011111011110110100010 | e5b086e88ea2e5aeb5e7a1bcefbdaaefbda2 |
UHC | ?莢宵硼?? | 001111111111101011111000111000011011001011011101110111010011111100111111 | 3ffaf8e1b2dddd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)