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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 椽??? | 1001111010111011001111110011111100111111 | 9ebb3f3f3f |
EUC-JP | 椽??? | 1101110010111101001111110011111100111111 | dcbd3f3f3f |
UTF-8 | 椽┩㉨긺 | 111001101010010010111101111000101001010010101001111000111000100110101000111010101011100010111010 | e6a4bde294a9e389a8eab8ba |
UHC | 椽┩㉨긺 | 1110011011001011101001101100111110101000101110011011000111100111 | e6cba6cfa8b9b1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)