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 | 遲誤鋏 | 111001111010110110001100111010111110011111110101 | e7ad8cebe7f5 |
EUC-JP | 遲誤鋏 | 111011101010111110111000111011011110111011110111 | eeafb8edeef7 |
UTF-8 | 遲誤鋏 | 111010011000000110110010111010001010101010100100111010011000101110001111 | e981b2e8aaa4e98b8f |
UHC | 遲誤鋏 | 111100101100000011101000101001101111101011111001 | f2c0e8a6faf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)