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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮨企ス蛙 | 11101001101111011000101011101001101111011000101001011110 | e9bd8ae9bd8a5e |
EUC-JP | 鮨企ス蛙 | 1111001010111111101101001110101110001110101111011011001110111111 | f2bfb4eb8ebdb3bf |
UTF-8 | 鮨企ス蛙 | 111010011010111010101000111001001011110010000001111011111011110110111101111010001001101110011001 | e9aea8e4bc81efbdbde89b99 |
UHC | ?企?蛙 | 001111111101000011101010001111111110100011000011 | 3fd0ea3fe8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)