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 | 蜉セ竅ソ?譴 | 111001011000101010111110111000101000000110111111001111111110011010100010 | e58abee281bf3fe6a2 |
EUC-JP | 蜉セ竅ソ奙譴 | 11101001111010101000111010111110111000111110000110001110101111111000111110111000111101101110110010100100 | e9ea8ebee3e18ebf8fb8f6eca4 |
UTF-8 | 蜉セ竅ソ奙譴 | 111010001001110010001001111011111011110110111110111001111010101110000101111011111011110110111111111001011010010110011001111010001010110110110100 | e89c89efbdbee7ab85efbdbfe5a599e8adb4 |
UHC | ??竅??譴 | 0011111100111111110100001010101100111111001111111100110010111001 | 3f3fd0ab3f3fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)