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 | 溪湫゚ | 1001111111100010100111111101010111011111 | 9fe29fd5df |
EUC-JP | 溪湫゚ | 110111101110010011011110110101111000111011011111 | dee4ded78edf |
UTF-8 | 溪湫゚ | 111001101011101010101010111001101011100110101011111011111011111010011111 | e6baaae6b9abefbe9f |
UHC | 溪湫? | 1100110110100010111101011101001100111111 | cda2f5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)