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 | 驤コム作俺 | 1110100110001000101110101101000110001101111011001000100110110100 | e988bad18dec89b4 |
EUC-JP | 驤コム作俺 | 11110001111010001000111010111010100011101101000110111010111011101011001010110110 | f1e88eba8ed1baeeb2b6 |
UTF-8 | 驤コム作俺 | 111010011010100110100100111011111011110110111010111011111011111010010001111001001011110110011100111001001011111110111010 | e9a9a4efbdbaefbe91e4bd9ce4bfba |
UHC | ???作俺 | 00111111001111110011111111101101110000101110010111101111 | 3f3f3fedc2e5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)