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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 氏笑D氏笑D^ | 1000111010000001100011111100111001000100100011101000000110001111110011100100010001011110 | 8e818fce448e818fce445e |
EUC-JP | 氏笑D氏笑D^ | 1011101111100001101111101101000001000100101110111110000110111110110100000100010001011110 | bbe1bed044bbe1bed0445e |
UTF-8 | 氏笑D氏笑D^ | 111001101011000010001111111001111010110010010001010001001110011010110000100011111110011110101100100100010100010001011110 | e6b08fe7ac9144e6b08fe7ac91445e |
UHC | 氏笑D氏笑D^ | 1110010010101011111000011100010101000100111001001010101111100001110001010100010001011110 | e4abe1c544e4abe1c5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)