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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 底究}底究{^ | 1001001011101010100010111000011001111101100100101110101010001011100001100111101101011110 | 92ea8b867d92ea8b867b5e |
EUC-JP | 底究}底究{^ | 1100010011101100101101011110011001111101110001001110110010110101111001100111101101011110 | c4ecb5e67dc4ecb5e67b5e |
UTF-8 | 底究}底究{^ | 111001011011101010010101111001111010100110110110011111011110010110111010100101011110011110101001101101100111101101011110 | e5ba95e7a9b67de5ba95e7a9b67b5e |
UHC | 底究}底究{^ | 1110111010111100110011111011110001111101111011101011110011001111101111000111101101011110 | eebccfbc7deebccfbc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)