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 | テ嘉伉。 | 110000111000100111000011100110001100001010100001 | c389c398c2a1 |
EUC-JP | テ嘉伉。 | 1000111011000011101100101100010111010000110001001000111010100001 | 8ec3b2c5d0c48ea1 |
UTF-8 | テ嘉伉。 | 111011111011111010000011111001011001100010001001111001001011110010001001111011111011110110100001 | efbe83e59889e4bc89efbda1 |
UHC | ?嘉伉? | 001111111100101010101001111110011111001000111111 | 3fcaa9f9f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)