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 | 遡舒溯 | 100100010110101110011000101011101001111111101000 | 916b98ae9fe8 |
EUC-JP | 遡舒溯 | 110000011100110011010000101100001101111011101010 | c1ccd0b0deea |
UTF-8 | 遡舒溯 | 111010011000000110100001111010001000100010010010111001101011101010101111 | e981a1e88892e6baaf |
UHC | 遡舒溯 | 111000011100111111100000101000101110000110111101 | e1cfe0a2e1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)