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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閭帚伯 | 111010001000001110011011111000101001010010001100 | e8839be2948c |
EUC-JP | 閭帚伯 | 111011111110001111010110111001001100011111101100 | efe3d6e4c7ec |
UTF-8 | 閭帚伯 | 111010011001011010101101111001011011100010011010111001001011110010101111 | e996ade5b89ae4bcaf |
UHC | 閭?伯 | 1101010111101111001111111101101111010111 | d5ef3fdbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)