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 | 鴾磁裄ニ莢ァ | 11101001111110101000111010100101111001011110000011000110111001001011000010100111 | e9fa8ea5e5e0c6e4b0a7 |
EUC-JP | 鴾磁裄ニ莢ァ | 111100101111110010111100101001111110101011100010100011101100011011101000101100101000111010100111 | f2fcbca7eae28ec6e8b28ea7 |
UTF-8 | 鴾磁裄ニ莢ァ | 111010011011010010111110111001111010001110000001111010001010001110000100111011111011111010000110111010001000111010100010111011111011110110100111 | e9b4bee7a381e8a384efbe86e88ea2efbda7 |
UHC | ?磁??莢? | 0011111111101101101110000011111100111111111110101111100000111111 | 3fedb83f3ffaf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)