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 | ????| | 0011111100111111001111110011111101111100 | 3f3f3f3f7c |
SJIS-WIN | 矮?偕?| | 11100001111000100011111110011000111100010011111101111100 | e1e23f98f13f7c |
EUC-JP | 矮?偕?| | 11100010111001000011111111010000111100110011111101111100 | e2e43fd0f33f7c |
UTF-8 | 矮렡偕렱| | 11100111100111111010111011101011101000001010000111100101100000011001010111101011101000001011000101111100 | e79faeeba0a1e58195eba0b17c |
UHC | 矮렡偕렱| | 111010001110000110001110101100101111101010100101100011101011111001111100 | e8e18eb2faa58ebe7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)