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 | ¼×¼Í | 10111100110101111011110011001101 | bcd7bccd |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ?×?Í | 00111111101000011101111100111111100011111010101010111111 | 3fa1df3f8faabf |
UTF-8 | ¼×¼Í | 1100001010111100110000111001011111000010101111001100001110001101 | c2bcc397c2bcc38d |
UHC | ¼×¼? | 10101000111110011010000110111111101010001111100100111111 | a8f9a1bfa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)