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 | 室灼黑 | 100011101011101010001110110111001111110001001011 | 8eba8edcfc4b |
EUC-JP | 室灼? | 1011110010111100101111001101111000111111 | bcbcbcde3f |
UTF-8 | 室灼黑 | 111001011010111010100100111001111000000110111100111010011011101110010001 | e5aea4e781bce9bb91 |
UHC | 室灼黑 | 111000111111100011101101110001111111110111011001 | e3f8edc7fdd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)