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 | 偲嫉偲エト璽 | 10001110110000111000111010111001100011101100001110110100110001001000111010100011 | 8ec38eb98ec3b4c48ea3 |
EUC-JP | 偲嫉偲エト璽 | 101111001100010110111100101110111011110011000101100011101011010010001110110001001011110010100101 | bcc5bcbbbcc58eb48ec4bca5 |
UTF-8 | 偲嫉偲エト璽 | 111001011000000110110010111001011010101110001001111001011000000110110010111011111011110110110100111011111011111010000100111001111001001010111101 | e581b2e5ab89e581b2efbdb4efbe84e792bd |
UHC | ?嫉???璽 | 0011111111110010111011000011111100111111001111111101111111011110 | 3ff2ec3f3f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)