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 | 茫縁蒐蔗乗拶 | 111001001010100110001001100011111000111101001110111001001111001010001111111001101000111001000001 | e4a9898f8f4ee4f28fe68e41 |
EUC-JP | 茫縁蒐蔗乗拶 | 111010001010101110110001111011111011110110101111111010001111010010111110111010001011101110100010 | e8abb1efbdafe8f4bee8bba2 |
UTF-8 | 茫縁蒐蔗乗拶 | 111010001000110010101011111001111011100010000001111010001001001010010000111010001001010010010111111001001011100110010111111001101000101110110110 | e88cabe7b881e89290e89497e4b997e68bb6 |
UHC | 茫?蒐蔗?? | 110110001101010000111111111000101011110111101101101111010011111100111111 | d8d43fe2bdedbd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)