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 | 橈?俺 | 1001111011110100001111111000100110110100 | 9ef43f89b4 |
EUC-JP | 橈?俺 | 1101110011110110001111111011001010110110 | dcf63fb2b6 |
UTF-8 | 橈렣俺 | 111001101010100110001000111010111010000010100011111001001011111110111010 | e6a988eba0a3e4bfba |
UHC | 橈렣俺 | 111010001111101010001110101101001110010111101111 | e8fa8eb4e5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)