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 | ¼×¼ÍLB | 101111001101011110111100110011010100110001000010 | bcd7bccd4c42 |
SJIS-WIN | ?×??LB | 00111111100000010111111000111111001111110100110001000010 | 3f817e3f3f4c42 |
EUC-JP | ?×?ÍLB | 001111111010000111011111001111111000111110101010101111110100110001000010 | 3fa1df3f8faabf4c42 |
UTF-8 | ¼×¼ÍLB | 11000010101111001100001110010111110000101011110011000011100011010100110001000010 | c2bcc397c2bcc38d4c42 |
UHC | ¼×¼?LB | 101010001111100110100001101111111010100011111001001111110100110001000010 | a8f9a1bfa8f93f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)