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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驤コム作億 | 1110100110001000101110101101000110001101111011001000100110101101 | e988bad18dec89ad |
EUC-JP | 驤コム作億 | 11110001111010001000111010111010100011101101000110111010111011101011001010101111 | f1e88eba8ed1baeeb2af |
UTF-8 | 驤コム作億 | 111010011010100110100100111011111011110110111010111011111011111010010001111001001011110110011100111001011000010010000100 | e9a9a4efbdbaefbe91e4bd9ce58484 |
UHC | ???作億 | 00111111001111110011111111101101110000101110010111100010 | 3f3f3fedc2e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)