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 | ¸÷¾ | 1000111110111000111101111000111010111110 | 8fb8f78ebe |
SJIS-WIN | ??÷?? | 001111110011111110000001100000000011111100111111 | 3f3f81803f3f |
EUC-JP | ?¸÷?? | 0011111110001111101000101011000110100001111000000011111100111111 | 3f8fa2b1a1e03f3f |
UTF-8 | ¸÷¾ | 11000010100011111100001010111000110000111011011111000010100011101100001010111110 | c28fc2b8c3b7c28ec2be |
UHC | ?¸÷?¾ | 0011111110100010101011001010000111000000001111111010100011111010 | 3fa2aca1c03fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)