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 | 榕甚゚ | 1001111011010101100100000111001011011111 | 9ed59072df |
EUC-JP | 榕甚゚ | 110111001101011110111111110100111000111011011111 | dcd7bfd38edf |
UTF-8 | 榕甚゚ | 111001101010011010010101111001111001010010011010111011111011111010011111 | e6a695e7949aefbe9f |
UHC | 榕甚? | 1110100110111110111001001010010000111111 | e9bee4a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)