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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 祀耄祀耄 | 1110001001001010111000111100110011100010010010101110001111001100 | e24ae3cce24ae3cc |
EUC-JP | 祀耄祀耄 | 1110001110101011111001101100111011100011101010111110011011001110 | e3abe6cee3abe6ce |
UTF-8 | 祀耄祀耄 | 111001111010010110000000111010001000000010000100111001111010010110000000111010001000000010000100 | e7a580e88084e7a580e88084 |
UHC | 祀?祀? | 110111101110010100111111110111101110010100111111 | dee53fdee53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)