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 | 足橋?足?烈 | 10010001101010111000101110110100001111111001000110101011001111111001011111110011 | 91ab8bb43f91ab3f97f3 |
EUC-JP | 足橋?足?烈 | 11000010101011011011011010110110001111111100001010101101001111111100111011110101 | c2adb6b63fc2ad3fcef5 |
UTF-8 | 足橋걋足陋烈 | 111010001011011010110011111001101010100110001011111010101011000110001011111010001011011010110011111011111010010110010001111001111000001110001000 | e8b6b3e6a98beab18be8b6b3efa591e78388 |
UHC | 足橋걋足陋烈 | 111100001110101111001110111010011011000011000000111100001110101111010010111010111101011010101101 | f0ebcee9b0c0f0ebd2ebd6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)