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 | ?????SB | 00111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f5342 |
SJIS-WIN | 辟丞渕遲耽SB | 111001111000010010001111111001011001111110111010111001111010110110010010010111100101001101000010 | e7848fe59fbae7ad925e5342 |
EUC-JP | 辟丞渕遲耽SB | 111011011110010010111110111001111101111010111100111011101010111111000011101111110101001101000010 | ede4bee7debceeafc3bf5342 |
UTF-8 | 辟丞渕遲耽SB | 1110100010111110100111111110010010111000100111101110011010111000100101011110100110000001101100101110100010000000101111010101001101000010 | e8be9fe4b89ee6b895e981b2e880bd5342 |
UHC | ?丞?遲耽SB | 00111111111000111010101000111111111100101100000011110111101100000101001101000010 | 3fe3aa3ff2c0f7b05342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)