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^ | 1000100111100111100010001010001101000100100010011110011110001000101000110100010001011110 | 89e788a34489e788a3445e |
EUC-JP | 臥哀D臥哀D^ | 1011001011101001101100001010010101000100101100101110100110110000101001010100010001011110 | b2e9b0a544b2e9b0a5445e |
UTF-8 | 臥哀D臥哀D^ | 111010001000011110100101111001011001001110000000010001001110100010000111101001011110010110010011100000000100010001011110 | e887a5e5938044e887a5e59380445e |
UHC | 臥哀D臥哀D^ | 1110100011000010111001001110111001000100111010001100001011100100111011100100010001011110 | e8c2e4ee44e8c2e4ee445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)