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 | 節∽?弱?= | 10010000110111111000000111100100001111111000111011100011001111111000000110000001 | 90df81e43f8ee33f8181 |
EUC-JP | 節∽?弱?= | 11000000111000011010001011100110001111111011110011100101001111111010000111100001 | c0e1a2e63fbce53fa1e1 |
UTF-8 | 節∽풛弱녺= | 111001111010111110000000111000101000100010111101111011011001001010011011111001011011110010110001111010111000010110111010111011111011110010011101 | e7af80e288bded929be5bcb1eb85baefbc9d |
UHC | 節∽풛弱녺= | 111011111011110110100001111011111011111010011110111001011011000010000110111001111010001110111101 | efbda1efbe9ee5b086e7a3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)