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 | ???曰 | 0011111100111111001111111001111001001000 | 3f3f3f9e48 |
EUC-JP | ?庾?曰 | 00111111100011111011110011001110001111111101101110101001 | 3f8fbcce3fdba9 |
UTF-8 | 뤊庾댐曰 | 111010111010010010001010111001011011101010111110111010111000110010010000111001101001101110110000 | eba48ae5babeeb8c90e69bb0 |
UHC | 뤊庾댐曰 | 1000111110111010111010101110110010110100111011111110100011011000 | 8fbaeaecb4efe8d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)