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 | 譴ア鬮俯桴 | 111001101010001010110001111010011010101110011000111010111001111010001111 | e6a2b1e9ab98eb9e8f |
EUC-JP | 譴ア鬮俯桴 | 11101100101001001000111010110001111100101010110111010000111011011101101111101111 | eca48eb1f2add0eddbef |
UTF-8 | 譴ア鬮俯桴 | 111010001010110110110100111011111011110110110001111010011010110010101110111001001011111110101111111001101010000110110100 | e8adb4efbdb1e9acaee4bfafe6a1b4 |
UHC | 譴??俯? | 11001100101110010011111100111111110111001111011000111111 | ccb93f3fdcf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)