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 | L | 1000000110010001100000011000111110000001100100011000000101001100 | 8191818f8191814c |
SJIS-WIN | ???????L | 0011111100111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f3f4c |
EUC-JP | ???????L | 0011111100111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f3f4c |
UTF-8 | L | 110000101000000111000010100100011100001010000001110000101000111111000010100000011100001010010001110000101000000101001100 | c281c291c281c28fc281c291c2814c |
UHC | ???????L | 0011111100111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)