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 | 鴾磁裄ニ悅銖 | 1110100111111010100011101010010111100101111000001100011011111010101111011110011111110001 | e9fa8ea5e5e0c6fabde7f1 |
EUC-JP | 鴾磁裄ニ?銖 | 1111001011111100101111001010011111101010111000101000111011000110001111111110111011110011 | f2fcbca7eae28ec63feef3 |
UTF-8 | 鴾磁裄ニ悅銖 | 111010011011010010111110111001111010001110000001111010001010001110000100111011111011111010000110111001101000001010000101111010011000101010010110 | e9b4bee7a381e8a384efbe86e68285e98a96 |
UHC | ?磁??悅銖 | 001111111110110110111000001111110011111111100110111011011110001011000111 | 3fedb83f3fe6ede2c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)