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 | 要??鼇? | 10010111011101100011111100111111111010101000011100111111 | 97763f3fea873f |
EUC-JP | 要??鼇? | 11001101110101110011111100111111111100111110011100111111 | cdd73f3ff3e73f |
UTF-8 | 要랃쉠鼇룬 | 111010001010011010000001111010111001111010000011111011001000100110100000111010011011110010000111111010111010001110101100 | e8a681eb9e83ec89a0e9bc87eba3ac |
UHC | 要랃쉠鼇룬 | 11101001101010011000110111101111101111011010101011101000101010001011011111101001 | e9a98defbdaae8a8b7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)