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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | セォ偲治酌F | 101111101010101110001110110000111000111010100001100011101101111001000110 | beab8ec38ea18ede46 |
EUC-JP | セォ偲治酌F | 1000111010111110100011101010101110111100110001011011110010100011101111001110000001000110 | 8ebe8eabbcc5bca3bce046 |
UTF-8 | セォ偲治酌F | 11101111101111011011111011101111101111011010101111100101100000011011001011100110101100101011101111101001100001011000110001000110 | efbdbeefbdabe581b2e6b2bbe9858c46 |
UHC | ???治酌F | 0011111100111111001111111111011010111101111011011100110001000110 | 3f3f3ff6bdedcc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)