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 | 籥賀―跏 | 1110001011011110100010011110101010000001010111001110011011100110 | e2de89ea815ce6e6 |
EUC-JP | 籥賀―跏 | 1110010011100000101100101110110010100001101111011110110011101000 | e4e0b2eca1bdece8 |
UTF-8 | 籥賀―跏 | 111001111011000110100101111010001011001110000000111000101000000010010101111010001011011110001111 | e7b1a5e8b380e28095e8b78f |
UHC | ?賀―跏 | 00111111111110011100010110100001101010101100101010111010 | 3ff9c5a1aacaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)