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 | 茲紙痕羞 | 1110010010100010100011101000011010001101101011011110001110110101 | e4a28e868dade3b5 |
EUC-JP | 茲紙痕羞 | 1110100010100100101110111110011010111010101011111110011010110111 | e8a4bbe6baafe6b7 |
UTF-8 | 茲紙痕羞 | 111010001000110010110010111001111011010010011001111001111001011110010101111001111011111010011110 | e88cb2e7b499e79795e7be9e |
UHC | ?紙痕羞 | 00111111111100101011010111111101110111011110001010111010 | 3ff2b5fddde2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)