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 | ¯´¯´^ | 100100011010111110010001101101001001000110101111100100011011010001011110 | 91af91b491af91b45e |
SJIS-WIN | ???´???´^ | 0011111100111111001111111000000101001100001111110011111100111111100000010100110001011110 | 3f3f3f814c3f3f3f814c5e |
EUC-JP | ?¯?´?¯?´^ | 001111111000111110100010101101000011111110100001101011010011111110001111101000101011010000111111101000011010110101011110 | 3f8fa2b43fa1ad3f8fa2b43fa1ad5e |
UTF-8 | ¯´¯´^ | 1100001010010001110000101010111111000010100100011100001010110100110000101001000111000010101011111100001010010001110000101011010001011110 | c291c2afc291c2b4c291c2afc291c2b45e |
UHC | ???´???´^ | 0011111100111111001111111010001010100101001111110011111100111111101000101010010101011110 | 3f3f3fa2a53f3f3fa2a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)