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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 襭九稀豢嚇 | 11100110010000101000101111100011100010110100100011100110101101001000101001100100 | e6428be38b48e6b48a64 |
EUC-JP | 襭九稀豢嚇 | 11101011101000111011011011100101101101011010100111101100101101101011001111000101 | eba3b6e5b5a9ecb6b3c5 |
UTF-8 | 襭九稀豢嚇 | 111010001010010110101101111001001011100110011101111001111010100010000000111010001011000110100010111001011001101010000111 | e8a5ade4b99de7a880e8b1a2e59a87 |
UHC | ?九稀?? | 00111111110011101111101011111101111111000011111100111111 | 3fcefafdfc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)