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 | 鄕るエォ逕ッ | 111110111011100010000010111010011011010010101011111001111001010010101111 | fbb882e9b4abe794af |
EUC-JP | ?るエォ逕ッ | 0011111110100100111010111000111010110100100011101010101111101101111101001000111010101111 | 3fa4eb8eb48eabedf48eaf |
UTF-8 | 鄕るエォ逕ッ | 111010011000010010010101111000111000001010001011111011111011110110110100111011111011110110101011111010011000000010010101111011111011110110101111 | e98495e3828befbdb4efbdabe98095efbdaf |
UHC | 鄕る??逕? | 111110101100000110101010111010110011111100111111110011001110111100111111 | fac1aaeb3f3fccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)