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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 錵ル撒F | 11101000010001011000001110001011100011100101010001000110 | e845838b8e5446 |
EUC-JP | 錵ル撒F | 11101111101001101010010111101011101110111011010101000110 | efa6a5ebbbb546 |
UTF-8 | 錵ル撒F | 11101001100011001011010111100011100000111010101111100110100100101001001001000110 | e98cb5e383abe6929246 |
UHC | ?ル撒F | 001111111010101111101011110111111010111001000110 | 3fabebdfae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)