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 | 壯?弱?? | 10011010111000010011111110001110111000110011111100111111 | 9ae13f8ee33f3f |
EUC-JP | 壯?弱?? | 11010100111000110011111110111100111001010011111100111111 | d4e33fbce53f3f |
UTF-8 | 壯뉰弱븃나 | 111001011010001110101111111010111000100110110000111001011011110010110001111010111011100010000011111010111000001010011000 | e5a3afeb89b0e5bcb1ebb883eb8298 |
UHC | 壯뉰弱븃나 | 11101101111000001000100001000010111001011011000010111010111010001011001110101010 | ede08842e5b0bae8b3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)