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 | ?°}?°{^ | 00111111101100000111110100111111101100000111101101011110 | 3fb07d3fb07b5e |
SJIS-WIN | Ν°}Ν°{^ | 1000001110101011100000011000101101111101100000111010101110000001100010110111101101011110 | 83ab818b7d83ab818b7b5e |
EUC-JP | Ν°}Ν°{^ | 1010011010101101101000011110101101111101101001101010110110100001111010110111101101011110 | a6ada1eb7da6ada1eb7b5e |
UTF-8 | Ν°}Ν°{^ | 1100111010011101110000101011000001111101110011101001110111000010101100000111101101011110 | ce9dc2b07dce9dc2b07b5e |
UHC | Ν°}Ν°{^ | 1010010111001101101000011100011001111101101001011100110110100001110001100111101101011110 | a5cda1c67da5cda1c67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)