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 | シト爵灼シト | 1011110011000100100011101101110110001110110111001011110011000100 | bcc48edd8edcbcc4 |
EUC-JP | シト爵灼シト | 100011101011110010001110110001001011110011011111101111001101111010001110101111001000111011000100 | 8ebc8ec4bcdfbcde8ebc8ec4 |
UTF-8 | シト爵灼シト | 111011111011110110111100111011111011111010000100111001111000100010110101111001111000000110111100111011111011110110111100111011111011111010000100 | efbdbcefbe84e788b5e781bcefbdbcefbe84 |
UHC | ??爵灼?? | 0011111100111111111011011100100111101101110001110011111100111111 | 3f3fedc9edc73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)