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 | 症貍ョ | 1000111111000111111001101011110010101110 | 8fc7e6bcae |
EUC-JP | 症貍ョ | 101111101100100111101100101111101000111010101110 | bec9ecbe8eae |
UTF-8 | 症貍ョ | 111001111001011110000111111010001011001010001101111011111011110110101110 | e79787e8b28defbdae |
UHC | 症?? | 11110001111110000011111100111111 | f1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)