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 | 穩レ? | 1110001001110010100000111000110000111111 | e272838c3f |
EUC-JP | 穩レ? | 1110001111010011101001011110110000111111 | e3d3a5ec3f |
UTF-8 | 穩レ펳 | 111001111010100110101001111000111000001110101100111011011000111010110011 | e7a9a9e383aced8eb3 |
UHC | 穩レ펳 | 111010001011000110101011111011001011110010000101 | e8b1abecbc85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)