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 | 障溿ト | 1000111111100001111110110100101011000100 | 8fe1fb4ac4 |
EUC-JP | 障溿ト | 10111110111000111000111111001000101100011000111011000100 | bee38fc8b18ec4 |
UTF-8 | 障溿ト | 111010011001101010011100111001101011101010111111111011111011111010000100 | e99a9ce6babfefbe84 |
UHC | 障?? | 11101110101000010011111100111111 | eea13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)