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 | 衙惡?燔 | 11100101110010011001110010100110001111111110000010011000 | e5c99ca63fe098 |
EUC-JP | 衙惡?燔 | 11101010110010111101100010101000001111111101111111111000 | eacbd8a83fdff8 |
UTF-8 | 衙惡뤾燔 | 111010001010000110011001111001101000001110100001111010111010010010111110111001111000011110010100 | e8a199e683a1eba4bee78794 |
UHC | 衙惡뤾燔 | 1110010010110111111001001100001010001111111010101101101111100010 | e4b7e4c28feadbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)