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 | 辿鱈属短捉蔵 | 100100100100100010010010010011001001000110101110100100100101101010010001101010001001000110100000 | 9248924c91ae925a91a891a0 |
EUC-JP | 辿鱈属短捉蔵 | 110000111010100111000011101011011100001010110000110000111011101111000010101010101100001010100010 | c3a9c3adc2b0c3bbc2aac2a2 |
UTF-8 | 辿鱈属短捉蔵 | 111010001011111010111111111010011011000110001000111001011011000110011110111001111001111110101101111001101000110110001001111010001001010010110101 | e8bebfe9b188e5b19ee79fade68d89e894b5 |
UHC | ???短捉? | 0011111100111111001111111101001110101101111100111011010100111111 | 3f3f3fd3adf3b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)