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 | 逡帷俺 | 111001111001010110011011111001111000100110110100 | e7959be789b4 |
EUC-JP | 逡帷俺 | 111011011111010111010110111010011011001010110110 | edf5d6e9b2b6 |
UTF-8 | 逡帷俺 | 111010011000000010100001111001011011100010110111111001001011111110111010 | e980a1e5b8b7e4bfba |
UHC | 逡?俺 | 1111000111100100001111111110010111101111 | f1e43fe5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)