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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 焄識鋕ニ | 11111011010101001000111010101111111110111101010011000110 | fb548eaffbd4c6 |
EUC-JP | 焄識鋕ニ | 10001111110010011110001110111100101100011000111111100100110000001000111011000110 | 8fc9e3bcb18fe4c08ec6 |
UTF-8 | 焄識鋕ニ | 111001111000010010000100111010001010110110011000111010011000101110010101111011111011111010000110 | e78484e8ad98e98b95efbe86 |
UHC | 焄識?? | 111111011011011011100011110110110011111100111111 | fdb6e3db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)