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 | DAO | 1001001001000100100100011010110110010010010000011001001001001111 | 924491ad9241924f |
SJIS-WIN | ?D???A?O | 0011111101000100001111110011111100111111010000010011111101001111 | 3f443f3f3f413f4f |
EUC-JP | ?D???A?O | 0011111101000100001111110011111100111111010000010011111101001111 | 3f443f3f3f413f4f |
UTF-8 | DAO | 11000010100100100100010011000010100100011100001010101101110000101001001001000001110000101001001001001111 | c29244c291c2adc29241c2924f |
UHC | ?D??A?O | 001111110100010000111111101000011010100100111111010000010011111101001111 | 3f443fa1a93f413f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)