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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 借称ョ | 1000111011011000100011111100110010101110 | 8ed88fccae |
EUC-JP | 借称ョ | 101111001101101010111110110011101000111010101110 | bcdabece8eae |
UTF-8 | 借称ョ | 111001011000000010011111111001111010011110110000111011111011110110101110 | e5809fe7a7b0efbdae |
UHC | 借?? | 11110011101010000011111100111111 | f3a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)