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 | ?盒堪? | 001111111110000110110100100010101010110000111111 | 3fe1b48aac3f |
EUC-JP | ?盒堪? | 001111111110001010110110101101001010111000111111 | 3fe2b6b4ae3f |
UTF-8 | 뤿盒堪핵 | 111010111010010010111111111001111001101110010010111001011010000010101010111011011001010110110101 | eba4bfe79b92e5a0aaed95b5 |
UHC | 뤿盒堪핵 | 1000111111101011111110011110110011001010111011011100011111011001 | 8febf9eccaedc7d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)