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 | 橈??汚?? | 1001111011110100001111110011111110001001100110000011111100111111 | 9ef43f3f89983f3f |
EUC-JP | 橈??汚?? | 1101110011110110001111110011111110110001111110000011111100111111 | dcf63f3fb1f83f3f |
UTF-8 | 橈묕슛汚뉎굛 | 111001101010100110001000111010111010110010010101111011001000101010011011111001101011000110011010111010111000100110001110111010101011010110011011 | e6a988ebac95ec8a9be6b19aeb898eeab59b |
UHC | 橈묕슛汚뉎굛 | 111010001111101010010001111011111011110110111000111001111111110110000111111000111000001010000011 | e8fa91efbdb8e7fd87e38283 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)