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 | 侑?駿 | 1001100011010000001111111000111101111000 | 98d03f8f78 |
EUC-JP | 侑?駿 | 1101000011010010001111111011110111011001 | d0d23fbdd9 |
UTF-8 | 侑렪駿 | 111001001011111010010001111010111010000010101010111010011010011110111111 | e4be91eba0aae9a7bf |
UHC | 侑렪駿 | 111010101110001010001110101110001111000111100111 | eae28eb8f1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)