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 | 罨賀勲 | 111000111010101010001001111010101000110001001101 | e3aa89ea8c4d |
EUC-JP | 罨賀勲 | 111001101010110010110010111011001011011110101110 | e6acb2ecb7ae |
UTF-8 | 罨賀勲 | 111001111011110110101000111010001011001110000000111001011000101110110010 | e7bda8e8b380e58bb2 |
UHC | ?賀? | 00111111111110011100010100111111 | 3ff9c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)