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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 菫托ァェ邊 | 1110010010111111100100011110111110100111101010101110011110110010 | e4bf91efa7aae7b2 |
EUC-JP | 菫托ァェ邊 | 11101000110000011100001011110001100011101010011110001110101010101110111010110100 | e8c1c2f18ea78eaaeeb4 |
UTF-8 | 菫托ァェ邊 | 111010001000111110101011111001101000100110011000111011111011110110100111111011111011110110101010111010011000001010001010 | e88fabe68998efbda7efbdaae9828a |
UHC | 菫托??邊 | 1101000011001011111101101111010100111111001111111101110010101011 | d0cbf6f53f3fdcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)