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 | ?よ?節?К | 001111111000001011100110001111111001000011011111001111111000010001001011 | 3f82e63f90df3f844b |
EUC-JP | ?よ?節?К | 001111111010010011101000001111111100000011100001001111111010011110101100 | 3fa4e83fc0e13fa7ac |
UTF-8 | 閭よ짘節뗧К | 1110111110100110100001101110001110000010100010001110110010100111100110001110011110101111100000001110101110010111101001111101000010011010 | efa686e38288eca798e7af80eb97a7d09a |
UHC | 閭よ짘節뗧К | 111001101010110110101010111010001010001110011111111011111011110110001011111001111010110010101100 | e6adaae8a39fefbd8be7acac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)