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 | 莪決せ膓 | 1110010010101110100011001000100010000010101110011110010001010101 | e4ae8c8882b9e455 |
EUC-JP | 莪決せ膓 | 1110100010110000101101111110100010100100101110111110011110110110 | e8b0b7e8a4bbe7b6 |
UTF-8 | 莪決せ膓 | 111010001000111010101010111001101011000110111010111000111000000110011011111010001000011010010011 | e88eaae6b1bae3819be88693 |
UHC | 莪決せ? | 11100100101101011100110010111101101010101011101100111111 | e4b5ccbdaabb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)