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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???蔣?? | 0011111100111111001111111000111111011001101101100011111100111111 | 3f3f3f8fd9b63f3f |
UTF-8 | 若듣쟿蔣뚳쉠 | 111011111010010110110100111010111001001110100011111011001001111110111111111010001001010010100011111010111001101010110011111011001000100110100000 | efa5b4eb93a3ec9fbfe894a3eb9ab3ec89a0 |
UHC | 若듣쟿蔣뚳쉠 | 111001011010111010110101111010001010000010000101111011011111100010001100111011111011110110101010 | e5aeb5e8a085edf88cefbdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)