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 | ?盒礪? | 001111111110000110110100111000011110100000111111 | 3fe1b4e1e83f |
EUC-JP | ?盒礪? | 001111111110001010110110111000101110101000111111 | 3fe2b6e2ea3f |
UTF-8 | 뤿盒礪횕 | 111010111010010010111111111001111001101110010010111001111010010010101010111011011001101010010101 | eba4bfe79b92e7a4aaed9a95 |
UHC | 뤿盒礪횕 | 1000111111101011111110011110110011010101111011001100001110001111 | 8febf9ecd5ecc38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)