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 | 粢叱崧 | 111000101110010110001110101101101111101010101111 | e2e58eb6faaf |
EUC-JP | 粢叱崧 | 11100100111001111011110010111000100011111011101111001010 | e4e7bcb88fbbca |
UTF-8 | 粢叱崧 | 111001111011001010100010111001011000111110110001111001011011010010100111 | e7b2a2e58fb1e5b4a7 |
UHC | ?叱崧 | 0011111111110010111010101110001011111110 | 3ff2eae2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)