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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霓フ闔ク汐B | 111010001011110111001100111010001000111010111000100011101010110001000010 | e8bdcce88eb88eac42 |
EUC-JP | 霓フ闔ク汐B | 1111000010111111100011101100110011101111111011101000111010111000101111001010111001000010 | f0bf8eccefee8eb8bcae42 |
UTF-8 | 霓フ闔ク汐B | 11101001100111001001001111101111101111101000110011101001100101111001010011101111101111011011100011100110101100011001000001000010 | e99c93efbe8ce99794efbdb8e6b19042 |
UHC | 霓?闔?汐B | 111001111110011100111111111110011110111100111111111000001011000101000010 | e7e73ff9ef3fe0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)