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 | 調??官 | 100100101011001000111111001111111000101010101111 | 92b23f3f8aaf |
EUC-JP | 調??官 | 110001001011010000111111001111111011010010110001 | c4b43f3fb4b1 |
UTF-8 | 調속꿱官 | 111010001010101010111111111011001000011010001101111010101011111110110001111001011010111010011000 | e8aabfec868deabfb1e5ae98 |
UHC | 調속꿱官 | 1111000011100000101111001101001110110010111010001100111010101111 | f0e0bcd3b2e8ceaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)