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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辰担属棚続息 | 100100100100001110010010010100111001000110101110100100100100100110010001101100011001000110100111 | 9243925391ae924991b191a7 |
EUC-JP | 辰担属棚続息 | 110000111010010011000011101101001100001010110000110000111010101011000010101100111100001010101001 | c3a4c3b4c2b0c3aac2b3c2a9 |
UTF-8 | 辰担属棚続息 | 111010001011111010110000111001101000101110000101111001011011000110011110111001101010001110011010111001111011011010011010111001101000000110101111 | e8beb0e68b85e5b19ee6a39ae7b69ae681af |
UHC | 辰??棚?息 | 111100101110001100111111001111111101110111011100001111111110001111010011 | f2e33f3fdddc3fe3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)