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 | 襣º | 11101000101001011010001110111010 | e8a5a3ba |
SJIS-WIN | ?¥£? | 001111111000000110001111100000011001001000111111 | 3f818f81923f |
EUC-JP | è?£º | 100011111010101110110010001111111010000111110010100011111010001011101011 | 8fabb23fa1f28fa2eb |
UTF-8 | 襣º | 1100001110101000110000101010010111000010101000111100001010111010 | c3a8c2a5c2a3c2ba |
UHC | ???º | 0011111100111111001111111010100010101100 | 3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)