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 | ??????S | 00111111001111110011111100111111001111110011111101010011 | 3f3f3f3f3f3f53 |
SJIS-WIN | ?脹??逕?S | 001111111001001010101111001111110011111111100111100101000011111101010011 | 3f92af3f3fe7943f53 |
EUC-JP | ?脹??逕畇S | 0011111111000100101100010011111100111111111011011111010010001111110011011011001001010011 | 3fc4b13f3fedf48fcdb253 |
UTF-8 | 뤋脹콓샘逕畇S | 11101011101001001000101111101000100001001011100111101100101111011001001111101100100000111001100011101001100000001001010111100111100101011000011101010011 | eba48be884b9ecbd93ec8398e98095e7958753 |
UHC | 뤋脹콓샘逕畇S | 10001111101110111111001111101100101100011000111110111011111110011100110011101111110100001011010001010011 | 8fbbf3ecb18fbbf9ccefd0b453 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)