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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 室上ー汐 | 111100001100000010001110101110101000111111100011101100001000111010101100 | f0c08eba8fe3b08eac |
EUC-JP | ?室上ー汐 | 001111111011110010111100101111101110010110001110101100001011110010101110 | 3fbcbcbee58eb0bcae |
UTF-8 | 室上ー汐 | 111011101000000110111111111001011010111010100100111001001011100010001010111011111011110110110000111001101011000110010000 | ee81bfe5aea4e4b88aefbdb0e6b190 |
UHC | ?室上?汐 | 0011111111100011111110001101111110111110001111111110000010110001 | 3fe3f8dfbe3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)