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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葆錠沖 | 111001001101110010001111111110011000100110101011 | e4dc8ff989ab |
EUC-JP | 葆錠沖 | 111010001101111010111110111110111011001010101101 | e8debefbb2ad |
UTF-8 | 葆錠沖 | 111010001001000110000110111010011000110010100000111001101011001010010110 | e89186e98ca0e6b296 |
UHC | ?錠沖 | 0011111111101111111111001111010111111000 | 3feffcf5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)