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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 爾磁爾雫 | 1000111010100010100011101010010110001110101000101000111010110100 | 8ea28ea58ea28eb4 |
EUC-JP | 爾磁爾雫 | 1011110010100100101111001010011110111100101001001011110010110110 | bca4bca7bca4bcb6 |
UTF-8 | 爾磁爾雫 | 111001111000100010111110111001111010001110000001111001111000100010111110111010011001101110101011 | e788bee7a381e788bee99bab |
UHC | 爾磁爾? | 11101100101100111110110110111000111011001011001100111111 | ecb3edb8ecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)