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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?栓?栓^ | 00111111100100001111000000111111100100001111000001011110 | 3f90f03f90f05e |
EUC-JP | ?栓?栓^ | 00111111110000001111001000111111110000001111001001011110 | 3fc0f23fc0f25e |
UTF-8 | 룫栓룫栓^ | 11101011101000111010101111100110101000001001001111101011101000111010101111100110101000001001001101011110 | eba3abe6a093eba3abe6a0935e |
UHC | 룫栓룫栓^ | 100011111010001011101110111110111000111110100010111011101111101101011110 | 8fa2eefb8fa2eefb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)