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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ??前??\ | 00111111001111111001000101001111001111110011111101011100 | 3f3f914f3f3f5c |
EUC-JP | ??前??\ | 00111111001111111100000110110000001111110011111101011100 | 3f3fc1b03f3f5c |
UTF-8 | 렱렚前서섬\ | 11101011101000001011000111101011101000001001101011100101100010011000110111101100100001001001110011101100100001001010110001011100 | eba0b1eba09ae5898dec849cec84ac5c |
UHC | 렱렚前서섬\ | 1000111010111110100011101010110111101110111100011011110010101101101111001011011001011100 | 8ebe8eadeef1bcadbcb65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)