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 | 竟ー鋓 | 1110100011101101101100001111101111010110 | e8edb0fbd6 |
EUC-JP | 竟ー鋓 | 11110000111011111000111010110000100011111110010010111111 | f0ef8eb08fe4bf |
UTF-8 | 竟ー鋓 | 111001111010101110011111111011111011110110110000111010011000101110010011 | e7ab9fefbdb0e98b93 |
UHC | 竟?? | 11001100111001010011111100111111 | cce53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)