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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 橈??梧? | 10011110111101000011111100111111100011001110011000111111 | 9ef43f3f8ce63f |
EUC-JP | 橈??梧? | 11011100111101100011111100111111101110001110100000111111 | dcf63f3fb8e83f |
UTF-8 | 橈묕숱梧념 | 111001101010100110001000111010111010110010010101111011001000100010110001111001101010001010100111111010111000010110010000 | e6a988ebac95ec88b1e6a2a7eb8590 |
UHC | 橈묕숱梧념 | 11101000111110101001000111101111101111011010001011100111111111001011001111100100 | e8fa91efbda2e7fcb3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)