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 | 式鈹嫉而 | 111100101010110110001110101011101111101111001010100011101011100111110001111110101000111010100111 | f2ad8eaefbca8eb9f1fa8ea7 |
EUC-JP | ?式鈹嫉?而 | 0011111110111100101100001000111111100011110101001011110010111011001111111011110010101001 | 3fbcb08fe3d4bcbb3fbca9 |
UTF-8 | 式鈹嫉而 | 111011101000011110100100111001011011110010001111111010011000100010111001111001011010101110001001111011101000010110110101111010001000000010001100 | ee87a4e5bc8fe988b9e5ab89ee85b5e8808c |
UHC | ?式?嫉?而 | 001111111110001111010010001111111111001011101100001111111110110010111011 | 3fe3d23ff2ec3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)