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 | ¹´¸Þ½ | 101110011011010010111000110111101000111110111101 | b9b4b8de8fbd |
SJIS-WIN | ?´???? | 00111111100000010100110000111111001111110011111100111111 | 3f814c3f3f3f3f |
EUC-JP | ?´¸Þ?? | 0011111110100001101011011000111110100010101100011000111110101001101100000011111100111111 | 3fa1ad8fa2b18fa9b03f3f |
UTF-8 | ¹´¸Þ½ | 110000101011100111000010101101001100001010111000110000111001111011000010100011111100001010111101 | c2b9c2b4c2b8c39ec28fc2bd |
UHC | ¹´¸Þ?½ | 1010100111110110101000101010010110100010101011001010100010101101001111111010100011110110 | a9f6a2a5a2aca8ad3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)