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 | 將?張??? | 1001101110010010001111111001001010100011001111110011111100111111 | 9b923f92a33f3f3f |
EUC-JP | 將?張??? | 1101010111110010001111111100010010100101001111110011111100111111 | d5f23fc4a53f3f3f |
UTF-8 | 將렞張肋렑렧 | 111001011011000010000111111010111010000010011110111001011011110010110101111011111010010110010011111010111010000010010001111010111010000010100111 | e5b087eba09ee5bcb5efa593eba091eba0a7 |
UHC | 將렞張肋렑렧 | 111011011110001010001110101011111110110111100101110100101111000110001110101001101000111010110110 | ede28eafede5d2f18ea68eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)