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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 甑???怡?\ | 100011011001100100111111001111110011111110011100011111010011111101011100 | 8d993f3f3f9c7d3f5c |
EUC-JP | 甑?珽?怡?\ | 1011100111111001001111111000111111001011111111100011111111010111110111100011111101011100 | b9f93f8fcbfe3fd7de3f5c |
UTF-8 | 甑렋珽렰怡렊\ | 11100111100101001001000111101011101000001000101111100111100011111011110111101011101000001011000011100110100000001010000111101011101000001000101001011100 | e79491eba08be78fbdeba0b0e680a1eba08a5c |
UHC | 甑렋珽렰怡렊\ | 11110001111101111000111010100010111011111110101010001110101111011110110010101110100011101010000101011100 | f1f78ea2efea8ebdecae8ea15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)