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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 陬倪扱ミソ^ | 111010001010001110011000111000101000100010110101110100001011111101011110 | e8a398e288b5d0bf5e |
EUC-JP | 陬倪扱ミソ^ | 1111000010100101110100001110010010110000101101111000111011010000100011101011111101011110 | f0a5d0e4b0b78ed08ebf5e |
UTF-8 | 陬倪扱ミソ^ | 11101001100110011010110011100101100000001010101011100110100010011011000111101111101111101001000011101111101111011011111101011110 | e999ace580aae689b1efbe90efbdbf5e |
UHC | ?倪扱??^ | 0011111111100111110100101101000011100010001111110011111101011110 | 3fe7d2d0e23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)