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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 業??業??^ | 100010111100011000111111001111111000101111000110001111110011111101011110 | 8bc63f3f8bc63f3f5e |
EUC-JP | 業??業??^ | 101101101100100000111111001111111011011011001000001111110011111101011110 | b6c83f3fb6c83f3f5e |
UTF-8 | 業사엿業사엿^ | 11100110101001011010110111101100100000101010110011101100100101111011111111100110101001011010110111101100100000101010110011101100100101111011111101011110 | e6a5adec82acec97bfe6a5adec82acec97bf5e |
UHC | 業사엿業사엿^ | 11100101111101101011101111100111101111111011001111100101111101101011101111100111101111111011001101011110 | e5f6bbe7bfb3e5f6bbe7bfb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)