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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 慫?支? | 100111001100111100111111100011100111100000111111 | 9ccf3f8e783f |
EUC-JP | 慫?支? | 110110001101000100111111101110111101100100111111 | d8d13fbbd93f |
UTF-8 | 慫렓支렓 | 111001101000010110101011111010111010000010010011111001101001010010101111111010111010000010010011 | e685abeba093e694afeba093 |
UHC | 慫렓支렓 | 1111000011110110100011101010100011110010101010001000111010101000 | f0f68ea8f2a88ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)