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 | 逅コ迪ッ迴ョ | 111001111001000010111010111001111000110010101111111001111000111110101110 | e790bae78cafe78fae |
EUC-JP | 逅コ迪ッ迴ョ | 111011011111000010001110101110101110110111101100100011101010111111101101111011111000111010101110 | edf08ebaedec8eafedef8eae |
UTF-8 | 逅コ迪ッ迴ョ | 111010011000000010000101111011111011110110111010111010001011111110101010111011111011110110101111111010001011111110110100111011111011110110101110 | e98085efbdbae8bfaaefbdafe8bfb4efbdae |
UHC | 逅?迪??? | 1111110110110001001111111110111011101000001111110011111100111111 | fdb13feee83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)