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 | 鬣埼是郢彦 | 11101001101001011000110111101001100100001010010111100111101110011001010101000110 | e9a58de990a5e7b99546 |
EUC-JP | 鬣埼是郢彦 | 11110010101001111011101011101011110000001010011111101110101110111100100110100111 | f2a7baebc0a7eebbc9a7 |
UTF-8 | 鬣埼是郢彦 | 111010011010110010100011111001011001111110111100111001101001100010101111111010011000001110100010111001011011110110100110 | e9aca3e59fbce698afe983a2e5bda6 |
UHC | ?埼是?彦 | 0011111111010000111100101110001111000000001111111110010111101001 | 3fd0f2e3c03fe5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)