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 | 式鈹嫉 | 11110010101011011000111010101110111110111100101010001110101110011111000111111010 | f2ad8eaefbca8eb9f1fa |
EUC-JP | ?式鈹嫉? | 001111111011110010110000100011111110001111010100101111001011101100111111 | 3fbcb08fe3d4bcbb3f |
UTF-8 | 式鈹嫉 | 111011101000011110100100111001011011110010001111111010011000100010111001111001011010101110001001111011101000010110110101 | ee87a4e5bc8fe988b9e5ab89ee85b5 |
UHC | ?式?嫉? | 00111111111000111101001000111111111100101110110000111111 | 3fe3d23ff2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)