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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霓わ? | 1110100010111101100000101110110100111111 | e8bd82ed3f |
EUC-JP | 霓わ? | 1111000010111111101001001110111100111111 | f0bfa4ef3f |
UTF-8 | 霓わ퐛 | 111010011001110010010011111000111000001010001111111011011001000010011011 | e99c93e3828fed909b |
UHC | 霓わ퐛 | 111001111110011110101010111011111011110110000101 | e7e7aaefbd85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)