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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 躍?????? | 1001011011110100001111110011111100111111001111110011111100111111 | 96f43f3f3f3f3f3f |
EUC-JP | 躍?????? | 1100110011110110001111110011111100111111001111110011111100111111 | ccf63f3f3f3f3f3f |
UTF-8 | 躍앪삙溜⑸죯溜 | 111010001011101010001101111011001001010110101010111011001000001010011001111011111010011110001011111000101001000110111000111011001010001110101111111011111010011110001011 | e8ba8dec95aaec8299efa78be291b8eca3afefa78b |
UHC | 躍앪삙溜⑸죯溜 | 1110010110111000100111011110001010011000100111001110101011111110101010011110101110100001100010101110101011111110 | e5b89de2989ceafea9eba18aeafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)